diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2015-09-12 12:04:27 +1000 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-09-12 13:23:38 +1000 |
| commit | 3cc5cc79584b66dafac54264d072ac1206426471 (patch) | |
| tree | 27404a3d06997898ea6d9e7db90b7237159ce367 /docs | |
| parent | 95c00c40ae62c4e723a3498722ab3a0921aa46e5 (diff) | |
[1.8.x] Fixed #25384 -- Ordered imports in newly created migration files
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.5.txt | 3 |
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`). |
