summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-07-21 23:24:32 +0200
committerClaude Paroz <claude@2xlibre.net>2015-07-24 18:37:55 +0200
commitc296e55dc6a697c7e4d4be92b954633cda4a79b1 (patch)
treee6c242384036dd8cf4360a3ff66241e2f6762fb9 /docs/ref
parent03aec35a12ea522ab9a60d6229b53e3ec3a871a3 (diff)
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Thanks Gwildor Sok for the report and Tim Graham for the review.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 23c4de9fab..25b1a9a3f9 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -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
-----