summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTony Zhu <tony.zhu.249@gmail.com>2014-10-24 15:29:59 -0400
committerTim Graham <timograham@gmail.com>2014-10-27 06:56:44 -0400
commitdd1ea70779adff294140eddb0229c382e12f32f3 (patch)
treea23ffd770a1a9fada69219701d556fc656473d7c /docs
parented7c4df1ee40b9a0793cd294614673fc312bbc33 (diff)
Fixed #23699 -- Prevented flush from loading initial data for apps with migrations.
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 32500045f0..d9cf2e4be2 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -14,3 +14,6 @@ Bugfixes
* Fixed a migration crash when adding an explicit ``id`` field to a model on
SQLite (:ticket:`23702`).
+
+* Prevented :djadmin:`flush` from loading initial data for migrated apps
+ (:ticket:`23699`).