django1/tests/gis_tests/geoapp
Mariusz Felisiak b002a032f9
Fixed #29054 -- Fixed a regression where a queryset that annotates with geometry objects crashes.
Made GEOSGeometryBase hashable.
Regression in 19b2dfd1bf.

Thanks Tim Graham for the review.
2018-01-27 11:12:11 +01:00
..
fixtures Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
__init__.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
feeds.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
models.py Made runtests.py run gis_tests only when using a GIS database backend. 2017-05-04 20:29:19 -04:00
sitemaps.py Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
test_expressions.py Fixed #29054 -- Fixed a regression where a queryset that annotates with geometry objects crashes. 2018-01-27 11:12:11 +01:00
test_feeds.py Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
test_functions.py Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR. 2017-12-27 19:26:14 -05:00
test_regress.py Made runtests.py run gis_tests only when using a GIS database backend. 2017-05-04 20:29:19 -04:00
test_serializers.py Made runtests.py run gis_tests only when using a GIS database backend. 2017-05-04 20:29:19 -04:00
test_sitemaps.py Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
tests.py Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None. 2017-12-12 17:12:04 -10:00
urls.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00