django1/django/db/models/sql
Anssi Kääriäinen 3b7c66a3ac Fixed #22466 -- ordering by reverse foreign key
Ordering by reverse foreign key was broken by custom lookups patch
(commit 20bab2cf9d).

Thanks to everybody who helped solving this issue. Special thanks to
Trac alias takis for reporting this.
2014-05-05 15:28:07 +03:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
aggregates.py Fixed #22057 -- Ensured reverse_lazy can be used in settings 2014-02-18 10:23:30 +01:00
compiler.py Fixed #19195 -- Allow explicit ordering by a relation `_id` field. 2014-04-30 14:23:19 -04:00
constants.py Made SQLCompiler.execute_sql(result_type) more explicit. 2014-02-02 12:47:06 -05:00
datastructures.py Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
expressions.py Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
query.py Fixed #22466 -- ordering by reverse foreign key 2014-05-05 15:28:07 +03:00
subqueries.py Made SQLCompiler.execute_sql(result_type) more explicit. 2014-02-02 12:47:06 -05:00
where.py Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00