Fixed #23799 -- Made makemigrations respect --no-optimize.

Thanks to yamila-moreno for the idea of a skip message.
This commit is contained in:
Tillmann Karras 2014-11-16 18:42:23 +01:00 committed by Tim Graham
parent dee3946a91
commit d188101319
3 changed files with 62 additions and 13 deletions

View file

@ -62,3 +62,6 @@ Bugfixes
* Fixed a migration crash when a field is renamed that is part of an
``index_together`` (:ticket:`23859`).
* Fixed :djadmin:`squashmigrations` to respect the ``--no-optimize`` parameter
(:ticket:`23799`).