1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/gis_tests
Simon Charette 1b7623fdfd Refs #30446 -- Defined output_field of BoundingCircle() GIS database function.
This prevented the default behavior of
BaseExpression._resolve_output_field from error'ing out when such
functions accepted both expressions from mixed types
(e.g. BoundingCircle(Polygon, num_seg=12)).
2020-07-14 09:36:17 +02:00
..
data
distapp Fixed typos in tolerance gis_tests. 2020-03-10 07:55:31 +01:00
gdal_tests Fixed #31713 -- Added SpatialReference support to GDALRaster.transform(). 2020-07-07 09:26:44 +02:00
geo3d Fixed E128, E741 flake8 warnings. 2020-05-12 08:52:23 +02:00
geoadmin
geoapp Refs #30446 -- Defined output_field of BoundingCircle() GIS database function. 2020-07-14 09:36:17 +02:00
geogapp
geos_tests Fixed #30678 -- Added support for GDAL 3. 2020-05-12 09:06:06 +02:00
gis_migrations Refs #31196 -- Installed postgis_raster extension on PostGIS 3+. 2020-04-14 09:34:01 +02:00
inspectapp
layermap
maps
rasterapp Refs #31196 -- Installed postgis_raster extension on PostGIS 3+. 2020-04-14 09:34:01 +02:00
relatedapp
__init__.py
admin.py
models.py
test_data.py
test_fields.py
test_geoforms.py Fixed #30678 -- Added support for GDAL 3. 2020-05-12 09:06:06 +02:00
test_geoip2.py
test_gis_tests_utils.py
test_measure.py
test_ptr.py
test_spatialrefsys.py Renamed PROJ.4 to PROJ. 2020-05-13 10:30:30 +02:00
tests.py
utils.py