From 6b05d3a2e34229bf97e0a0dad81c09fa572591ff Mon Sep 17 00:00:00 2001 From: Aric Coady Date: Wed, 29 Apr 2015 12:17:52 -0700 Subject: [1.8.x] Fixed #24729 -- Removed test db flush when using --keepdb. --- docs/releases/1.8.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index b0bcbbfeea..31e66d8c1a 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -75,6 +75,9 @@ Bugfixes * Fixed a migration crash when renaming the target model of a many-to-many relation (:ticket:`24725`). +* Removed flushing of the test database with :djadminopt:`--keepdb`, which + prevented apps with data migrations from using the option (:ticket:`24729`). + Optimizations ============= -- cgit v1.3