[1.7.x] Edited release note for refs #23621.
This commit is contained in:
parent
5cc8180a65
commit
6149a0ab18
|
@ -15,9 +15,9 @@ Bugfixes
|
||||||
* Fixed a migration crash when adding an explicit ``id`` field to a model on
|
* Fixed a migration crash when adding an explicit ``id`` field to a model on
|
||||||
SQLite (:ticket:`23702`).
|
SQLite (:ticket:`23702`).
|
||||||
|
|
||||||
* Warn for duplicate models when a module is reloaded. Previously a
|
* Added a warning for duplicate models when a module is reloaded. Previously a
|
||||||
RuntimeError was raised every time two models clashed in the app registry.
|
``RuntimeError`` was raised every time two models clashed in the app registry.
|
||||||
(:ticket:`23621`).
|
(:ticket:`23621`).
|
||||||
|
|
||||||
* Prevented :djadmin:`flush` from loading initial data for migrated apps
|
* Prevented :djadmin:`flush` from loading initial data for migrated apps
|
||||||
(:ticket:`23699`).
|
(:ticket:`23699`).
|
||||||
|
|
Loading…
Reference in New Issue