django1/django/contrib/gis/gdal/raster
Claude Paroz cd40d9e721 Fixed #25657 -- Ignored exceptions when destroying geometry objects
Due to randomness of garbage collection with geometry objects, it's
easier to simply ignore AttributeError/TypeError generally raised when
parts of objects are already garbage-collected.
Thanks Sergey Fedoseev and Tim Graham for reviewing the patch.
2015-12-08 22:06:34 +01:00
..
__init__.py Added RasterSource/GDALBand GDAL objects 2014-12-23 16:36:18 +01:00
band.py Fixed #25734 -- Made GDALBand min and max properties use GDALComputeRasterStatistics. 2015-11-25 13:40:39 -05:00
const.py Fixed #25533 -- Changed datatype mapping for GDALRasters 2015-10-09 15:35:00 +02:00
source.py Fixed #25657 -- Ignored exceptions when destroying geometry objects 2015-12-08 22:06:34 +01:00