django1/django/db/models/sql
Claude Paroz 45edb9d235 Fixed #22057 -- Ensured reverse_lazy can be used in settings
And without causing a circular import. Thanks Akis Kesoglou for
the report.
2014-02-18 10:23:30 +01: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 Removed an unused import which snuck in. 2014-02-02 12:14:16 -08:00
constants.py Made SQLCompiler.execute_sql(result_type) more explicit. 2014-02-02 12:47:06 -05:00
datastructures.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
expressions.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
query.py Fixed #21748 -- join promotion for negated AND conditions 2014-02-04 18:48:06 +02:00
subqueries.py Made SQLCompiler.execute_sql(result_type) more explicit. 2014-02-02 12:47:06 -05:00
where.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00