django1/django/db/models
Simon Charette 0223e213dd Fixed #26186 -- Documented how app relative relationships of abstract models behave.
This partially reverts commit bc7d201bdb.

Thanks Tim for the review.

Refs #25858.
2016-02-29 22:07:05 -05:00
..
fields Fixed #26186 -- Documented how app relative relationships of abstract models behave. 2016-02-29 22:07:05 -05:00
sql Fixed #26230 -- Made default_related_name affect related_query_name. 2016-02-27 08:48:32 -05:00
__init__.py Fixed #25279 -- Made prefetch_related_objects() public. 2016-02-26 14:55:01 -05:00
aggregates.py Removed unused Aggregate.input_field. 2015-09-24 09:15:56 -04:00
base.py Removed unneeded hint=None/obj=None in system check messages. 2016-02-12 13:01:25 -05: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 Fixed #24793 -- Unified temporal difference support. 2016-02-26 12:25:12 -05:00
functions.py Refs #25629 -- Added `arity` class attribute to `Func` expressions 2015-11-02 20:09:21 +01:00
lookups.py Removed unused 'Between' lookup. 2016-02-29 08:00:04 -05:00
manager.py Fixed #25611 -- Standardized descriptor signatures. 2015-10-26 11:31:16 -04:00
options.py Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
query.py Fixed #26264 -- Fixed prefetch_related() crashes with values_list(flat=True) 2016-02-26 19:26:15 -05:00
query_utils.py Fixed #26233 -- Fixed invalid reSt in models.Q docstring. 2016-02-18 08:45:55 -05: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