mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing for foreign keys that use to_field.
Regression in ee49306176
.
This commit is contained in:
parent
5e8a07d69d
commit
f77fc56c96
3 changed files with 12 additions and 3 deletions
|
@ -17,3 +17,6 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 2.0 where test databases aren't reused with
|
||||
``manage.py test --keepdb`` on MySQL (:ticket:`29827`).
|
||||
|
||||
* Fixed a regression where cached foreign keys that use ``to_field`` were
|
||||
incorrectly cleared in ``Model.save()`` (:ticket:`29896`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue