django1/django/db/models/sql
Justin Hamade a13df671a5 Fixed #22434 -- Retain ordering on related sliced subqueries.
Thanks maciej.pawlisz for the report, and charettes for the review.
2014-04-16 17:57:11 -04: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 #22343 -- Disallowed select_for_update in autocommit mode 2014-04-10 03:04:51 +03:00
constants.py Made SQLCompiler.execute_sql(result_type) more explicit. 2014-02-02 12:47:06 -05:00
datastructures.py Fixed #21863 -- supplemented get_lookup() with get_transform() 2014-03-07 14:52:13 +00:00
expressions.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
query.py 4 flake8 warning fixes 2014-03-08 16:17:54 -08:00
subqueries.py Made SQLCompiler.execute_sql(result_type) more explicit. 2014-02-02 12:47:06 -05:00
where.py Fixed #22434 -- Retain ordering on related sliced subqueries. 2014-04-16 17:57:11 -04:00