diff options
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/4.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 6dd36e498c..88d283ff65 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -226,6 +226,10 @@ Management Commands * The new :option:`migrate --prune` option allows deleting nonexistent migrations from the ``django_migrations`` table. +* Python files created by :djadmin:`startproject`, :djadmin:`startapp`, + :djadmin:`makemigrations`, and :djadmin:`squashmigrations` are now formatted + using the ``black`` command if it is present on your ``PATH``. + Migrations ~~~~~~~~~~ |
