mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Thanks Gwildor Sok for the report and Tim Graham for the review.
This commit is contained in:
parent
03aec35a12
commit
c296e55dc6
7 changed files with 96 additions and 7 deletions
|
@ -309,6 +309,12 @@ one model.
|
|||
|
||||
By default ``dumpdata`` will output all the serialized data to standard output.
|
||||
This option allows you to specify the file to which the data is to be written.
|
||||
When this option is set and the verbosity is greater than 0 (the default), a
|
||||
progress bar is shown in the terminal.
|
||||
|
||||
.. versionchanged:: 1.9
|
||||
|
||||
The progress bar in the terminal was added.
|
||||
|
||||
flush
|
||||
-----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue