mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #31504 -- Allowed calling makemigrations without an active database connection.
This commit is contained in:
parent
952afc166c
commit
9756c33429
4 changed files with 36 additions and 4 deletions
|
@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue