summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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`).