1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #22257 -- Added file output option to dumpdata command.

This commit is contained in:
Anubhav Joshi
2014-03-23 10:40:12 +05:30
parent 416a858023
commit f34e8fc890
4 changed files with 26 additions and 4 deletions

View File

@@ -124,7 +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.
Models
^^^^^^