1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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
~~~~~~~~~~