mirror of https://github.com/django/django.git
Fixed #25384 -- Ordered imports in newly created migration files
Partial forwardport of3cc5cc7958
from stable/1.8.x as the issue was already fixed in master ina7bc00e17b
This commit is contained in:
parent
2b98034fbb
commit
84b0a8d2aa
|
@ -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`).
|
||||
|
|
Loading…
Reference in New Issue