Loading docs/releases/1.7.2.txt +3 −3 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ Bugfixes * Fixed a migration crash when adding an explicit ``id`` field to a model on SQLite (:ticket:`23702`). * Warn for duplicate models when a module is reloaded. Previously a RuntimeError was raised every time two models clashed in the app registry. * 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. (:ticket:`23621`). * Prevented :djadmin:`flush` from loading initial data for migrated apps Loading Loading
docs/releases/1.7.2.txt +3 −3 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ Bugfixes * Fixed a migration crash when adding an explicit ``id`` field to a model on SQLite (:ticket:`23702`). * Warn for duplicate models when a module is reloaded. Previously a RuntimeError was raised every time two models clashed in the app registry. * 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. (:ticket:`23621`). * Prevented :djadmin:`flush` from loading initial data for migrated apps Loading