1
0
mirror of https://github.com/django/django.git synced 2025-03-26 01:00:46 +00:00

Forwardported release note for refs #23621.

This commit is contained in:
Tim Graham 2014-10-27 07:01:12 -04:00
parent dd1ea70779
commit 01b4a13db4

View File

@ -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`).