Loading django/db/backends/base/creation.py +1 −1 Original line number Diff line number Diff line Loading @@ -365,7 +365,7 @@ class BaseDatabaseCreation(object): verbosity=max(verbosity - 1, 0), interactive=False, database=self.connection.alias, test_flush=True, test_flush=not keepdb, ) # We then serialize the current state of the database into a string Loading docs/releases/1.8.1.txt +3 −0 Original line number Diff line number Diff line Loading @@ -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 ============= Loading Loading
django/db/backends/base/creation.py +1 −1 Original line number Diff line number Diff line Loading @@ -365,7 +365,7 @@ class BaseDatabaseCreation(object): verbosity=max(verbosity - 1, 0), interactive=False, database=self.connection.alias, test_flush=True, test_flush=not keepdb, ) # We then serialize the current state of the database into a string Loading
docs/releases/1.8.1.txt +3 −0 Original line number Diff line number Diff line Loading @@ -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 ============= Loading