mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #32291 -- Added fixtures compression support to dumpdata.
This commit is contained in:
parent
ba31b01034
commit
c412d9af7e
4 changed files with 138 additions and 3 deletions
|
@ -338,6 +338,9 @@ Management Commands
|
|||
* :djadmin:`loaddata` now supports fixtures stored in XZ archives (``.xz``) and
|
||||
LZMA archives (``.lzma``).
|
||||
|
||||
* :djadmin:`dumpdata` now can compress data in the ``bz2``, ``gz``, ``lzma``,
|
||||
or ``xz`` formats.
|
||||
|
||||
* :djadmin:`makemigrations` can now be called without an active database
|
||||
connection. In that case, check for a consistent migration history is
|
||||
skipped.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue