django/tests/gis_tests/rasterapp
Claude Paroz d72f8862cb Fixed #25072 -- Prevented GDALRaster memory to be uncollectable
Setting GDALRaster.bands as a cached property was creating a circular
reference with objects having __del__ methods, which means the memory
could never be freed.
Thanks Daniel Wiesmann for the report and test, and Tim Graham for the review.
2015-07-10 19:56:17 +02:00
..
__init__.py Fixed #23804 -- Added RasterField for PostGIS. 2015-06-19 14:36:43 -04:00
models.py Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initialization 2015-06-23 16:11:42 -04:00
test_rasterfield.py Fixed #25072 -- Prevented GDALRaster memory to be uncollectable 2015-07-10 19:56:17 +02:00