django/tests/gis_tests
Dylan Verheul 75aeebebfe Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overriding existing attrs. 2017-04-30 20:19:12 -04:00
..
data
distapp Fixed #28006 -- Allowed using D with lookups on Distance annotations. 2017-04-06 19:27:45 -04:00
gdal_tests
geo3d Replaced type-specific assertions with assertEqual(). 2017-03-17 07:51:48 -04:00
geoadmin
geoapp Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to another one. 2017-04-10 13:26:26 -04:00
geogapp Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only values, in all positions. 2017-04-01 09:47:49 -04:00
geos_tests Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input. 2017-04-01 15:35:30 -04:00
gis_migrations Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
inspectapp
layermap Added multi_db=True to test cases that access the 'other' db connection. 2017-02-10 08:19:32 -05:00
maps
rasterapp Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only values, in all positions. 2017-04-01 09:47:49 -04:00
relatedapp Replaced type-specific assertions with assertEqual(). 2017-03-17 07:51:48 -04:00
__init__.py
admin.py
models.py
test_data.py Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
test_geoforms.py Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overriding existing attrs. 2017-04-30 20:19:12 -04:00
test_geoip2.py Fixed #28115 -- Fixed IP address validation in geoip2 module 2017-04-22 20:10:24 +02:00
test_measure.py
test_ptr.py
test_spatialrefsys.py
tests.py Refs #23919 -- Replaced six.reraise by raise 2017-01-22 20:08:04 +01:00
utils.py