django1/tests/gis_tests
Nick Pope 847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
2022-02-22 10:29:38 +01:00
..
data Fixed #30020 -- Fixed reading nulls with LayerMapping. 2019-01-31 19:50:16 -05:00
distapp Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
gdal_tests Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
geo3d Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
geoadmin Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
geoadmin_deprecated Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
geoapp Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
geogapp Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
geos_tests Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
gis_migrations Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
inspectapp Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
layermap Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
rasterapp Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
relatedapp Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
__init__.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
admin.py Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin. 2021-09-17 08:56:16 +02:00
models.py Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. 2016-11-15 11:46:06 -05:00
test_data.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_fields.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_geoforms.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_geoip2.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_gis_tests_utils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_measure.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_ptr.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_spatialrefsys.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
tests.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
utils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00