django1/django/db/models
Jon Dufresne 8b21878357 Refs #28723 -- Fixed stale prefetch_related cache after add/remove.
Regression in 514b2c989a.
2018-02-05 11:02:57 -05:00
..
fields Refs #28723 -- Fixed stale prefetch_related cache after add/remove. 2018-02-05 11:02:57 -05:00
functions Fixed #28650 -- Added TruncWeek database function. 2018-01-27 09:59:13 -05:00
sql Removed Query.split_exclude()'s unused prefix argument. 2018-01-12 19:06:15 -05:00
__init__.py Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline. 2017-09-22 12:51:18 -04:00
aggregates.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
base.py Fixed #29093 -- Simplified a few lines in ModelBase.__new__(). 2018-01-31 10:22:56 -05:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion. 2018-01-13 10:31:00 -05:00
expressions.py Fixed #29066 -- Allowed negating query expressions. 2018-01-31 10:54:19 -05:00
indexes.py Refs #28876 -- Fixed incorrect class-based model index name generation for models with quoted db_table. 2017-12-05 21:05:10 +01:00
lookups.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
manager.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
options.py Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
query.py Fixed imports per isort 4.3.1. 2018-02-02 14:44:07 -05:00
query_utils.py Removed DeferredAttribute.__init__()'s unused model argument. 2018-01-02 17:54:10 -05:00
signals.py Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
utils.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00