Changeset 4978
- Timestamp:
- 04/09/07 07:11:19 (1 year ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r4964 r4978 110 110 to be in another format, use the ``--format`` option (e.g., ``format=xml``). 111 111 You may specify any Django serialization backend (including any user specified 112 serialization backends named in the ``SERIALIZATION_MODULES`` setting). 112 serialization backends named in the ``SERIALIZATION_MODULES`` setting). The 113 ``--indent`` option can be used to pretty-print the output. 113 114 114 115 If no application name is provided, all installed applications will be dumped. … … 221 222 end of the transaction. 222 223 224 The ``dumpdata`` command can be used to generate input for ``loaddata``. 225 223 226 .. admonition:: MySQL and Fixtures 224 227
