From 3cc5cc79584b66dafac54264d072ac1206426471 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Sat, 12 Sep 2015 12:04:27 +1000 Subject: [1.8.x] Fixed #25384 -- Ordered imports in newly created migration files --- docs/releases/1.8.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt index 3f999acfba..c2557bd1c2 100644 --- a/docs/releases/1.8.5.txt +++ b/docs/releases/1.8.5.txt @@ -26,3 +26,6 @@ Bugfixes * Fixed autocompletion for options of non-``argparse`` management commands (:ticket:`25372`). + +* Alphabetized ordering of imports in ``from django.db import migrations, + models`` statement in newly created migrations (:ticket:`25384`). -- cgit v1.3