From d18810131995dac63f9d89b0beaeadfc935130aa Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 16 Nov 2014 18:42:23 +0100 Subject: Fixed #23799 -- Made makemigrations respect --no-optimize. Thanks to yamila-moreno for the idea of a skip message. --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3