diff options
| author | Tony Zhu <tony.zhu.249@gmail.com> | 2014-10-24 15:29:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-27 06:56:44 -0400 |
| commit | dd1ea70779adff294140eddb0229c382e12f32f3 (patch) | |
| tree | a23ffd770a1a9fada69219701d556fc656473d7c /docs | |
| parent | ed7c4df1ee40b9a0793cd294614673fc312bbc33 (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.txt | 3 |
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`). |
