django1/tests/gis_tests
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
..
data Fixed #23804 -- Added RasterField for PostGIS. 2015-06-19 14:36:43 -04:00
distapp Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
gdal_tests Pushed GDAL skip condition inside test 2015-06-26 14:57:45 +02:00
geo3d Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
geoadmin Delayed GDAL check for OSMGeoAdmin 2015-04-24 20:30:23 +02:00
geoapp Fixed some unclosed objects in tests 2015-07-06 10:10:40 -04:00
geogapp Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
geos_tests Fixed #24714 -- Used more specific assertions than assertEqual in tests. 2015-04-28 09:31:04 -04:00
gis_migrations Fixed #23804 -- Added RasterField for PostGIS. 2015-06-19 14:36:43 -04:00
inspectapp Added GDAL 2.0 support 2015-06-20 14:40:50 +02:00
layermap Cleanup: Removed the try-except-fail antipattern from tests 2015-06-05 12:57:20 +03:00
maps Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
rasterapp Fixed #25072 -- Prevented GDALRaster memory to be uncollectable 2015-07-10 19:56:17 +02:00
relatedapp Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
__init__.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
admin.py Stopped conditional discovery of gis_tests apps 2015-04-18 15:17:49 +02:00
models.py Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initialization 2015-06-23 16:11:42 -04:00
test_data.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
test_geoforms.py Removed many HAS_GEOS conditional imports 2015-04-24 20:30:23 +02:00
test_geoip.py Updated GeoIP test for newer versions 2015-06-25 21:47:54 +02:00
test_measure.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
test_spatialrefsys.py Fixed #24714 -- Used more specific assertions than assertEqual in tests. 2015-04-28 09:31:04 -04:00
tests.py Fixed GIS tests broken by 0a89915 2015-06-06 10:30:55 +02:00
utils.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00