Django

Code

Changeset 4978

Show
Ignore:
Timestamp:
04/09/07 07:11:19 (1 year ago)
Author:
mtredinnick
Message:

Fixed #3909 -- Added a couple of small clarifications to django-admin.py
documentation. Thanks, adurdin@gmail.com.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/django-admin.txt

    r4964 r4978  
    110110to be in another format, use the ``--format`` option (e.g., ``format=xml``). 
    111111You may specify any Django serialization backend (including any user specified 
    112 serialization backends named in the ``SERIALIZATION_MODULES`` setting). 
     112serialization backends named in the ``SERIALIZATION_MODULES`` setting). The 
     113``--indent`` option can be used to pretty-print the output. 
    113114 
    114115If no application name is provided, all installed applications will be dumped. 
     
    221222end of the transaction. 
    222223 
     224The ``dumpdata`` command can be used to generate input for ``loaddata``. 
     225 
    223226.. admonition:: MySQL and Fixtures 
    224227