summaryrefslogtreecommitdiff
path: root/docs/releases
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/releases
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/releases')
-rw-r--r--docs/releases/1.9.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 148e857c86..3c35ea23a2 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -364,6 +364,8 @@ Management Commands
preceded by the operation's description.
* The :djadmin:`dumpdata` command output is now deterministically ordered.
+ Moreover, when the ``--ouput`` option is specified, it also shows a progress
+ bar in the terminal.
* The :djadmin:`createcachetable` command now has a ``--dry-run`` flag to
print out the SQL rather than execute it.