summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-31 17:26:15 -0500
committerTim Graham <timograham@gmail.com>2014-12-31 17:26:15 -0500
commitb4bdd5262b18644456d12a00d475adf9897a9255 (patch)
tree15cb24cd4a34f147de093f010f46f3467fd19273 /docs
parent46068d850d8debd3611ed6499d48b9907bf07ef6 (diff)
Fixed #23366 -- Fixed a crash with the migrate --list command.
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 1070946d83..3b614ed7ab 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -189,3 +189,6 @@ Bugfixes
* Fixed crash when ``ValidationError`` is initialized with a ``ValidationError``
that is initialized with a dictionary (:ticket:`24008`).
+
+* Prevented a crash on apps without migrations when running ``migrate --list``
+ (:ticket:`23366`).