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

Fixed #30190 -- Added JSONL serializer.

This commit is contained in:
Ali Vakilzade
2020-06-16 15:51:58 +01:00
committed by GitHub
parent ea3beb4f5a
commit e29637681b
6 changed files with 396 additions and 1 deletions

View File

@@ -215,7 +215,10 @@ Security
Serialization
~~~~~~~~~~~~~
* ...
* The new :ref:`JSONL <serialization-formats-jsonl>` serializer allows using
the JSON Lines format with :djadmin:`dumpdata` and :djadmin:`loaddata`. This
can be useful for populating large databases because data is loaded line by
line into memory, rather than being loaded all at once.
Signals
~~~~~~~