diff options
| author | Tim Graham <timograham@gmail.com> | 2014-10-27 07:01:12 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-27 07:01:12 -0400 |
| commit | 01b4a13db4d544e71d91bc5f3e9d6e9a44d3ed75 (patch) | |
| tree | 233077c4ad8ea3e0cf619ff3af2a7fac95e794fb | |
| parent | dd1ea70779adff294140eddb0229c382e12f32f3 (diff) | |
Forwardported release note for refs #23621.
| -rw-r--r-- | docs/releases/1.7.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index d9cf2e4be2..7a744bf70c 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -15,5 +15,9 @@ Bugfixes * Fixed a migration crash when adding an explicit ``id`` field to a model on SQLite (:ticket:`23702`). +* 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 (:ticket:`23699`). |
