From fedac99c859c626544d38fc0ea07207ef3fd101a Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Tue, 5 Jun 2012 16:46:15 +0200 Subject: Fixed #15926 -- Added option --no-initial-data to syncdb and flush. Thanks msiedlarek, jpaugh64 and vlinhart! --- docs/ref/django-admin.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/ref') 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 ----------------------------- -- cgit v1.3