diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2014-11-16 18:42:23 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-18 07:37:06 +0100 |
| commit | d18810131995dac63f9d89b0beaeadfc935130aa (patch) | |
| tree | 7c6215c8e7f41b366310de9b54a4cdb0646be304 /docs | |
| parent | dee3946a91be2c880b5930550db681aae54b19ed (diff) | |
Fixed #23799 -- Made makemigrations respect --no-optimize.
Thanks to yamila-moreno for the idea of a skip message.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 8420b5b303..0fe97a3225 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -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`). |
