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

Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata.

This commit is contained in:
Paolo Melchiorre
2020-05-15 09:40:42 +02:00
committed by Mariusz Felisiak
parent 2e48cf6bd9
commit 0e3b0da2e3
6 changed files with 40 additions and 5 deletions

View File

@@ -154,7 +154,8 @@ Logging
Management Commands
~~~~~~~~~~~~~~~~~~~
* ...
* :djadmin:`loaddata` now supports fixtures stored in XZ archives (``.xz``) and
LZMA archives (``.lzma``).
Migrations
~~~~~~~~~~