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:
@@ -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
|
||||
~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user