1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/gis_tests/geoapp
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
..
fixtures
__init__.py
feeds.py
models.py
sitemaps.py
test_expressions.py
test_feeds.py
test_functions.py Refs #30446 -- Defined output_field of BoundingCircle() GIS database function. 2020-07-14 09:36:17 +02:00
test_indexes.py Fixed #30846 -- Made PostGIS backend respect Index's name argument. 2020-02-10 13:25:32 +01:00
test_regress.py
test_serializers.py
test_sitemaps.py
tests.py Fixed typos in tolerance gis_tests. 2020-03-10 07:55:31 +01:00
urls.py Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion. 2020-04-15 11:29:35 +02:00