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
|
185 | 185 | "Are you sure?" confirmation messages. This is useful if ``django-admin.py`` |
186 | 186 | is being executed as an unattended, automated script. |
187 | 187 | |
| 188 | --no-initial-data |
| 189 | ~~~~~~~~~~~~~~~~~ |
| 190 | |
| 191 | ** New in Django development version ** |
| 192 | Use ``--no-initial-data`` to avoid loading the initial_data fixture. |
| 193 | |
188 | 194 | --verbosity |
189 | 195 | ~~~~~~~~~~~ |
190 | 196 | |
… |
… |
Use the ``--noinput`` option to suppress all user prompting, such as
|
571 | 577 | "Are you sure?" confirmation messages. This is useful if ``django-admin.py`` |
572 | 578 | is being executed as an unattended, automated script. |
573 | 579 | |
| 580 | --no-initial-data |
| 581 | ~~~~~~~~~~~~~~~~~ |
| 582 | |
| 583 | ** New in Django development version ** |
| 584 | Use ``--no-initial-data`` to avoid loading the initial_data fixture. |
| 585 | |
574 | 586 | test |
575 | 587 | ---- |
576 | 588 | |