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