diff options
| author | Tim Graham <timograham@gmail.com> | 2014-03-25 09:43:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-25 09:44:59 -0400 |
| commit | e3c4205b79cff2be809c3698df2e9d53303b5070 (patch) | |
| tree | a5f6ca146feee028a23caa3d1cf00694b35e473c /docs/ref | |
| parent | 16afffffe87bf8b7de6403329937433ac5096697 (diff) | |
flake8 and doc fixes for refs #22257.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index fc36e138e9..275d7e53c1 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -277,10 +277,10 @@ 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 +.. versionadded:: 1.8 + 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. |
