django1/django/db/models
Tim Graham 0f02d71995 [2.1.x] Fixed -- Fixed incorrect Model.save() cache relation clearing for foreign keys that use to_field.
Regression in ee49306176.
Backport of f77fc56c96 from master.
2018-10-28 22:54:19 -04:00
..
fields [2.1.x] Refs -- Reallowed lazy model field choices. 2018-05-29 21:43:56 -04:00
functions Refs -- Added Repeat database function. 2018-04-03 19:36:12 +02:00
sql [2.1.x] Fixed -- Made nonexistent joins in F() raise FieldError. 2018-09-08 09:50:02 -04:00
__init__.py Refs -- Removed @models.permalink() decorator per deprecation timeline. 2017-09-22 12:51:18 -04:00
aggregates.py Fixed -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
base.py [2.1.x] Fixed -- Fixed incorrect Model.save() cache relation clearing for foreign keys that use to_field. 2018-10-28 22:54:19 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed -- Fixed incorrect foreign key nullification on related instance deletion. 2018-01-13 10:31:00 -05:00
expressions.py Fixed -- Fixed crash when pickling BaseExpression. 2018-04-16 10:15:13 -04:00
indexes.py Removed unused args in Index.clone(). 2018-03-17 15:42:09 -04:00
lookups.py [2.1.x] Fixed -- Made __in lookup keep order of values in query. 2018-06-20 09:42:47 -04:00
manager.py Fixed -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
options.py Fixed -- Added a view permission and a read-only admin. 2018-05-16 06:44:55 -04:00
query.py [2.1.x] Fixed -- Fixed race condition in QuerySet.update_or_create(). 2018-08-02 17:17:12 -04:00
query_utils.py Refs -- Made Q.deconstruct() omit 'query_utils' in the path and _connector='AND' since it's a default value. 2018-02-12 15:23:41 -05:00
signals.py Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
utils.py Refs -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00