summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAnubhav Joshi <anubhav9042@gmail.com>2014-03-23 10:40:12 +0530
committerAnubhav Joshi <anubhav9042@gmail.com>2014-03-25 13:47:03 +0530
commitf34e8fc890d44f4f913fe812f2cdeb5666f0fa27 (patch)
tree09218e12baa21162a180be23219a8a41bd85ef21 /docs/ref
parent416a8580232075d569cf3c386a97067884c67a60 (diff)
Fixed #22257 -- Added file output option to dumpdata command.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 2daca51382..962d1e196d 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -287,6 +287,13 @@ you can use the ``--pks`` option to specify a comma separated list of
primary keys on which to filter. This is only available when dumping
one model.
+.. versionadded:: 1.8
+
+.. django-admin-option:: --output
+
+By default ``dumpdata`` will output all the serialized data to standard output.
+This options allows to specify the file to which the data is to be written.
+
flush
-----