django1/django/contrib/gis
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
..
admin Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
db Fixed #24615 -- ordering by expression not part of SELECT 2015-04-16 09:40:47 +02:00
forms Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
gdal Fixed gis test failures when numpy isn't installed. 2015-03-20 13:42:55 -04:00
geoip Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
geometry Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
geos Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
locale Fetched updated contrib translations from Transifex 2015-04-01 19:51:50 +02:00
management Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
maps Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates. 2015-03-27 19:46:20 -04:00
serializers Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
sitemaps Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
static/gis/js Complemented 1.6 release notes for 457c16d0d6 2014-08-15 10:14:55 +02:00
templates/gis Fixed #24480 -- Marked strings in contrib.gis templates for translation. 2015-03-14 14:46:09 -04:00
utils Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
__init__.py Fixed #22714 -- Made contrib.gis use six-provided memoryview type 2014-05-28 09:24:08 +02:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
feeds.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
measure.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
shortcuts.py Moved numpy import helper to shortcuts 2015-02-09 15:51:19 +01:00
views.py Appeased flake8 2.1.0. 2014-04-21 12:27:34 +02:00