1
0
mirror of https://github.com/django/django.git synced 2025-02-23 07:55:07 +00:00

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
This commit is contained in:
Markus Holtermann 2015-09-12 12:04:27 +10:00
parent 2b98034fbb
commit 84b0a8d2aa

View File

@ -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`).