django1/django/contrib/gis
Anssi Kääriäinen 70ff455a35 [1.8.x] 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.
Backport of fb5c7748da from master.
2015-04-16 09:42:42 +02:00
..
admin [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
db [1.8.x] Fixed #24615 -- ordering by expression not part of SELECT 2015-04-16 09:42:42 +02:00
forms [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
gdal [1.8.x] Moved contrib.gis tests out of contrib. 2015-02-11 12:05:29 -05:00
geoip [1.8.x] Moved contrib.gis tests out of contrib. 2015-02-11 12:05:29 -05:00
geometry [1.8.x] Moved contrib.gis tests out of contrib. 2015-02-11 12:05:29 -05:00
geos [1.8.x] Moved contrib.gis tests out of contrib. 2015-02-11 12:05:29 -05:00
locale [1.8.x] Fetched updated contrib translations from Transifex 2015-04-01 15:05:29 +02:00
management [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
maps [1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates. 2015-03-27 20:01:41 -04:00
serializers [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
sitemaps [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
static/gis/js Complemented 1.6 release notes for 457c16d0d6 2014-08-15 10:14:55 +02:00
templates/gis [1.8.x] Fixed #24480 -- Marked strings in contrib.gis templates for translation. 2015-03-14 15:20:53 -04:00
utils [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
__init__.py Fixed #22714 -- Made contrib.gis use six-provided memoryview type 2014-05-28 09:24:08 +02:00
apps.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
feeds.py [1.8.x] Fixed E265 comment style 2015-02-06 09:35:08 -05:00
measure.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
shortcuts.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
views.py Appeased flake8 2.1.0. 2014-04-21 12:27:34 +02:00