1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #34051 -- Made makemigrations --check exit before making migrations.

This commit is contained in:
Jacob Walls
2022-09-25 19:53:55 -04:00
committed by Mariusz Felisiak
parent 5d36a8266c
commit 80d38de52b
4 changed files with 16 additions and 4 deletions

View File

@@ -322,6 +322,9 @@ Miscellaneous
* The ``autofocus`` HTML attribute in the admin search box is removed as it can
be confusing for screen readers.
* The :option:`makemigrations --check` option no longer creates missing
migration files.
.. _deprecated-features-4.2:
Features deprecated in 4.2