mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed #28166 -- Fixed Model._state.db on MTI parent model after saving child model.
Regression in 38575b007a
.
This commit is contained in:
parent
362fba87c9
commit
584e10c76e
3 changed files with 11 additions and 1 deletions
|
@ -84,3 +84,7 @@ Bugfixes
|
|||
|
||||
* Fixed crash in ``BaseInlineFormSet._construct_form()`` when using
|
||||
``save_as_new`` (:ticket:`28159`).
|
||||
|
||||
* Fixed a regression where ``Model._state.db`` wasn't set correctly on
|
||||
multi-table inheritance parent models after saving a child model
|
||||
(:ticket:`28166`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue