django1/django/db
Tim Graham 0f02d71995 [2.1.x] Fixed #29896 -- 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
..
backends [2.1.x] Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL. 2018-10-25 19:38:00 -04:00
migrations [2.1.x] Refs #29784 -- Switched to https:// links where available. 2018-10-09 20:52:43 -04:00
models [2.1.x] Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing for foreign keys that use to_field. 2018-10-28 22:54:19 -04:00
__init__.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
transaction.py Fix a typo in django/db/transaction.py 2017-04-19 16:36:06 +02:00
utils.py Ref #23919 -- Replaced some os.path usage with pathlib.Path. 2018-04-19 21:30:00 -04:00