1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/gis_tests
Anssi Kääriäinen fb5c7748da Fixed #24615 -- ordering by expression not part of SELECT
Fixed queries where an expression was used in order_by() but the
expression wasn't in the query's select clause (for example the
expression could be masked by .values() call)

Thanks to Trac alias MattBlack85 for the report.
2015-04-16 09:40:47 +02:00
..
data Added write support for GDALRaster 2015-03-16 19:37:43 +01:00
distapp Fixed #24615 -- ordering by expression not part of SELECT 2015-04-16 09:40:47 +02:00
gdal_tests Fixed gis test failures when numpy isn't installed. 2015-03-20 13:42:55 -04:00
geo3d Fixed #23757 -- Added 3D introspection support to Spatialite backend 2015-03-18 19:27:44 +01:00
geoadmin Updated tests to stop leaking models in shared AdminSite. 2015-04-15 09:45:26 -04:00
geoapp Fixed #12400 -- Allowed geometry fields in unique_together 2015-03-23 19:52:49 +01:00
geogapp Revert "Removed unneeded app_label definitions in gis_tests" 2015-03-21 16:59:30 +01:00
geos_tests
gis_migrations
inspectapp Fixed #23757 -- Added 3D introspection support to Spatialite backend 2015-03-18 19:27:44 +01:00
layermap Revert "Removed unneeded app_label definitions in gis_tests" 2015-03-21 16:59:30 +01:00
maps Fixed skipping of gis_tests when dependencies not installed. 2015-03-28 09:39:09 -04:00
relatedapp
__init__.py
test_data.py
test_geoforms.py
test_geoip.py
test_measure.py
test_spatialrefsys.py
tests.py
utils.py