django1/django/db/models
Laura Feier 7862cbda86 Fixed #24576 -- Made deletion of related objects deterministic. 2015-11-09 15:04:48 -05:00
..
fields Revert "Fixed #25417 -- Added a field check for invalid default values." 2015-10-27 11:02:35 -04:00
sql Fixed #25609 -- Fixed regression in related field nested lookup error. 2015-10-27 13:49:00 -04:00
__init__.py Removed SubfieldBase per deprecation timeline. 2015-09-23 19:31:09 -04:00
aggregates.py Removed unused Aggregate.input_field. 2015-09-24 09:15:56 -04:00
base.py Refs #18012 -- Removed the now unused proxied_children model option. 2015-10-12 12:14:27 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed #24576 -- Made deletion of related objects deterministic. 2015-11-09 15:04:48 -05:00
expressions.py Simplified dict initialization in two places. 2015-11-07 21:46:46 +01:00
functions.py Refs #25629 -- Added `arity` class attribute to `Func` expressions 2015-11-02 20:09:21 +01:00
lookups.py Refs #25629 -- Added `arity` class attribute to `Func` expressions 2015-11-02 20:09:21 +01:00
manager.py Fixed #25611 -- Standardized descriptor signatures. 2015-10-26 11:31:16 -04:00
options.py Refs #18012 -- Removed the now unused proxied_children model option. 2015-10-12 12:14:27 -04:00
query.py Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 2015-10-06 12:38:34 -04:00
query_utils.py Fixed #25611 -- Standardized descriptor signatures. 2015-10-26 11:31:16 -04:00
signals.py Removed pre_syncdb and post_syncdb signals per deprecation timeline. 2015-01-17 09:07:00 -05:00
utils.py Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00