django1/django/db/models
Josh Smeaton 127b3873d0 Fixed #24508 -- Made annotations commutative 2015-03-22 17:28:42 +11:00
..
fields Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed. 2015-03-18 19:00:09 -04:00
sql Fixed #24171 -- Fixed failure with complex aggregate query and expressions 2015-03-09 07:49:23 -04:00
__init__.py Refs #24485 -- Renamed some expression types 2015-03-17 08:40:18 -04:00
aggregates.py Update converters to take a consistent set of parameters. 2015-02-20 11:35:52 +00:00
base.py Fixed #24479 -- Added system check to prevent both ordering and order_wrt. 2015-03-21 08:16:28 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed typo in refs #15579 comment. 2015-03-17 09:08:02 -04:00
expressions.py Fixed #24508 -- Made annotations commutative 2015-03-22 17:28:42 +11:00
functions.py Fixed #24183 -- Fixed wrong comparisons in Substr 2015-01-20 12:09:15 +11:00
lookups.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
manager.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
options.py Fixed #24479 -- Added system check to prevent both ordering and order_wrt. 2015-03-21 08:16:28 -04:00
query.py Fixed #24343 -- Ensure db converters are used for foreign keys. 2015-02-20 11:35:51 +00:00
query_utils.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
signals.py Removed pre_syncdb and post_syncdb signals per deprecation timeline. 2015-01-17 09:07:00 -05:00