From 5cc8180a651b11f00a0a05296f8db15db1e48cdc Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 27 Oct 2014 07:03:05 -0400 Subject: [1.7.x] Fixed #23699 -- Prevented flush from loading initial data for apps with migrations. Backport of dd1ea70779 from master. --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3