From f461bc02cbfa7c04748e4b2392586fa3835330b1 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 31 Dec 2014 17:26:15 -0500 Subject: [1.7.x] Fixed #23366 -- Fixed a crash with the migrate --list command. Backport of b4bdd5262b18644456d12a00d475adf9897a9255 from master --- 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 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`). -- cgit v1.3