diff options
| author | Honza Kral <honza.kral@gmail.com> | 2012-06-05 16:46:15 +0200 |
|---|---|---|
| committer | Honza Kral <honza.kral@gmail.com> | 2012-06-05 16:46:15 +0200 |
| commit | fedac99c859c626544d38fc0ea07207ef3fd101a (patch) | |
| tree | 3ee63f15e355bdc31cfc25dded3cfac4189b5552 /docs/ref/django-admin.txt | |
| parent | 4db34e7b4fabe4f70bce9429ee9814eb6168dc72 (diff) | |
Fixed #15926 -- Added option --no-initial-data to syncdb and flush.
Thanks msiedlarek, jpaugh64 and vlinhart!
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 0ea8252c71..f04f9ee058 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -245,6 +245,14 @@ prompts. The :djadminopt:`--database` option may be used to specify the database to flush. +--no-initial-data +~~~~~~~~~~~~~~~~~ + +.. versionadded:: 1.5 + +Use ``--no-initial-data`` to avoid loading the initial_data fixture. + + inspectdb --------- @@ -1024,6 +1032,13 @@ prompts. The :djadminopt:`--database` option can be used to specify the database to synchronize. +--no-initial-data +~~~~~~~~~~~~~~~~~ + +.. versionadded:: 1.5 + +Use ``--no-initial-data`` to avoid loading the initial_data fixture. + test <app or test identifier> ----------------------------- |
