diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-03 08:58:17 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-03 08:58:17 -0400 |
| commit | 12083c5d47a8db1193e401fca1520da5d4a31668 (patch) | |
| tree | f7afa492e0598789f493f5977c55b38c0268ffde /docs/ref/django-admin.txt | |
| parent | 2145607d1df8d81b202dae3c94bce9a21f98cab0 (diff) | |
Moved misplaced versionadded annotation.
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 25b1a9a3f9..86cd53ac1b 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -740,10 +740,10 @@ be warned that using ``--fake`` runs the risk of putting the migration state table into a state where manual recovery will be needed to make migrations run correctly. -.. versionadded:: 1.8 - .. django-admin-option:: --fake-initial +.. versionadded:: 1.8 + The ``--fake-initial`` option can be used to allow Django to skip an app's initial migration if all database tables with the names of all models created by all :class:`~django.db.migrations.operations.CreateModel` operations in that |
