Loading docs/ref/django-admin.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading docs/releases/1.8.txt +2 −2 Original line number Diff line number Diff line Loading @@ -124,8 +124,8 @@ Internationalization Management Commands ^^^^^^^^^^^^^^^^^^^ * :djadmin:`dumpdata` now has the option ``--output`` which allows to specify the file to which the serialized data is to be written. * :djadmin:`dumpdata` now has the option :djadminopt:`--output` which allows specifying the file to which the serialized data is written. Models ^^^^^^ Loading django/core/management/commands/dumpdata.py +1 −1 File changed.Contains only whitespace changes. Show changes Loading
docs/ref/django-admin.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading
docs/releases/1.8.txt +2 −2 Original line number Diff line number Diff line Loading @@ -124,8 +124,8 @@ Internationalization Management Commands ^^^^^^^^^^^^^^^^^^^ * :djadmin:`dumpdata` now has the option ``--output`` which allows to specify the file to which the serialized data is to be written. * :djadmin:`dumpdata` now has the option :djadminopt:`--output` which allows specifying the file to which the serialized data is written. Models ^^^^^^ Loading
django/core/management/commands/dumpdata.py +1 −1 File changed.Contains only whitespace changes. Show changes