Fixed #31504 -- Allowed calling makemigrations without an active database connection.

This commit is contained in:
wtkm11 2020-04-25 14:54:20 -04:00 committed by Mariusz Felisiak
parent 952afc166c
commit 9756c33429
4 changed files with 36 additions and 4 deletions

View file

@ -157,6 +157,10 @@ Management Commands
* :djadmin:`loaddata` now supports fixtures stored in XZ archives (``.xz``) and
LZMA archives (``.lzma``).
* :djadmin:`makemigrations` can now be called without an active database
connection. In that case, check for a consistent migration history is
skipped.
Migrations
~~~~~~~~~~