mirror of https://github.com/django/django.git
Forwardport of 1.8.1 release notes.
This commit is contained in:
parent
6aed5cfc6f
commit
be66173ad7
|
@ -75,6 +75,9 @@ Bugfixes
|
||||||
* Fixed a migration crash when renaming the target model of a many-to-many
|
* Fixed a migration crash when renaming the target model of a many-to-many
|
||||||
relation (:ticket:`24725`).
|
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
|
Optimizations
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue