django1/django/contrib/gis/gdal
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
..
prototypes Refs #24840 -- Added GDALRaster Warp and transform methods 2015-06-24 18:31:22 +02:00
raster Fixed #25072 -- Prevented GDALRaster memory to be uncollectable 2015-07-10 19:56:17 +02:00
LICENSE Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: 2009-03-07 23:02:48 +00:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
base.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
datasource.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
driver.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
envelope.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
error.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
feature.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
field.py Added GDAL 2.0 support 2015-06-20 14:40:50 +02:00
geometries.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
geomtype.py Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
layer.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
libgdal.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
srs.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00