django1/django/contrib
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 Removed code duplication between AdminSite.index() and app_index(). 2015-04-15 09:56:22 -04:00
admindocs Fixed #24625 -- Prevented arbitrary file inclusion in admindocs 2015-04-11 20:36:10 +02:00
auth Fixed #22993 -- Deprecated skipIfCustomUser decorator 2015-04-07 09:45:32 -04:00
contenttypes Fetched updated contrib translations from Transifex 2015-04-01 19:51:50 +02:00
flatpages Fetched updated contrib translations from Transifex 2015-04-01 19:51:50 +02:00
gis Fixed #24615 -- ordering by expression not part of SELECT 2015-04-16 09:40:47 +02:00
humanize Fetched updated contrib translations from Transifex 2015-04-01 19:51:50 +02:00
messages Removed translations from contrib.messages 2015-03-18 09:30:20 +01:00
postgres Fetched updated contrib translations from Transifex 2015-04-01 19:51:50 +02:00
redirects Fetched updated contrib translations from Transifex 2015-04-01 19:51:50 +02:00
sessions Fixed #24621 -- Fixed and documented SessionBase.pop's second argument 2015-04-13 10:32:03 -04:00
sitemaps Moved contrib.sitemaps tests out of contrib. 2015-02-11 10:19:22 -05:00
sites Fetched updated contrib translations from Transifex 2015-04-01 19:51:50 +02:00
staticfiles Fixed #23986 -- Fixed collectstatic --clear failure if STATIC_ROOT dir doesn't exist. 2015-03-07 10:47:07 -05:00
syndication Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
webdesign Moved contrib.webdesign tests out of contrib. 2015-02-11 12:30:07 -05:00
__init__.py