summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-27 07:03:05 -0400
committerTim Graham <timograham@gmail.com>2014-10-27 07:13:05 -0400
commit5cc8180a651b11f00a0a05296f8db15db1e48cdc (patch)
tree4abeb9d6ff983a38264e7bea76bf83139f9b5ef9 /docs
parente317d7fc7269061d12f71bf87d2f1b9e8da1ec8b (diff)
[1.7.x] Fixed #23699 -- Prevented flush from loading initial data for apps with migrations.
Backport of dd1ea70779 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index c25aafba1d..f7f14a26db 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -18,3 +18,6 @@ Bugfixes
* Warn 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`).