Ticket #3909: django-admin.txt.diff
File django-admin.txt.diff, 1.0 KB (added by , 18 years ago) |
---|
-
docs/django-admin.txt
106 106 By default, the database will be dumped in JSON format. If you want the output 107 107 to be in another format, use the ``--format`` option (e.g., ``format=xml``). 108 108 You may specify any Django serialization backend (including any user specified 109 serialization backends named in the ``SERIALIZATION_MODULES`` setting). 109 serialization backends named in the ``SERIALIZATION_MODULES`` setting). The 110 ``--indent`` option can be used to pretty-print the output. 110 111 111 112 If no application name is provided, all installed applications will be dumped. 112 113 … … 217 218 supports row-level constraints, these constraints will be checked at the 218 219 end of the transaction. 219 220 221 The ``dumpdata`` command can be used to generate input for ``loaddata``. 222 220 223 .. admonition:: MySQL and Fixtures 221 224 222 225 Unfortunately, MySQL isn't capable of completely supporting all the