summaryrefslogtreecommitdiff
path: root/docs/releases/1.8.5.txt
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2015-09-12 12:04:27 +1000
committerMarkus Holtermann <info@markusholtermann.eu>2015-09-12 21:37:18 +1000
commit84b0a8d2aad042fb573df5055b6153770d0929ac (patch)
treee8d64f9af00178e286803ae6c558c231a2e62c1c /docs/releases/1.8.5.txt
parent2b98034fbbd4bf194a5bbb7653d11e51b84f2478 (diff)
Fixed #25384 -- Ordered imports in newly created migration files
Partial forwardport of 3cc5cc79584b66dafac54264d072ac1206426471 from stable/1.8.x as the issue was already fixed in master in a7bc00e17bebe34cdf23f744937b3c386ee73d81
Diffstat (limited to 'docs/releases/1.8.5.txt')
-rw-r--r--docs/releases/1.8.5.txt3
1 files changed, 3 insertions, 0 deletions
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`).