summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2014-11-16 18:42:23 +0100
committerTim Graham <timograham@gmail.com>2014-11-18 09:20:04 +0100
commitdfcac7d7f5f1f108ae2c561f0f755f08d75a1c27 (patch)
tree220c26fe16960e032ac0b3fa21f5834b7dd4007c /docs
parent229abe62fa9c269cd8dda19ba62b25714ce0ee15 (diff)
[1.7.x] Fixed #23799 -- Made makemigrations respect --no-optimize.
Thanks to yamila-moreno for the idea of a skip message. Backport of d18810131995dac63f9d89b0beaeadfc935130aa from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
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`).