Ticket #15926: ticket15926-doc.patch

File ticket15926-doc.patch, 943 bytes (added by Jonathan Paugh, 12 years ago)

Documentation for the (with-flush) patch

  • docs/django-admin.txt

    diff --git a/docs/django-admin.txt b/docs/django-admin.txt
    index e79c105..51b71df 100644
    a b Use the ``--noinput`` option to suppress all user prompting, such as  
    185185"Are you sure?" confirmation messages. This is useful if ``django-admin.py``
    186186is being executed as an unattended, automated script.
    187187
     188--no-initial-data
     189~~~~~~~~~~~~~~~~~
     190
     191** New in Django development version **
     192Use ``--no-initial-data`` to avoid loading the initial_data fixture.
     193
    188194--verbosity
    189195~~~~~~~~~~~
    190196
    Use the ``--noinput`` option to suppress all user prompting, such as  
    571577"Are you sure?" confirmation messages. This is useful if ``django-admin.py``
    572578is being executed as an unattended, automated script.
    573579
     580--no-initial-data
     581~~~~~~~~~~~~~~~~~
     582
     583** New in Django development version **
     584Use ``--no-initial-data`` to avoid loading the initial_data fixture.
     585
    574586test
    575587----
    576588
Back to Top