diff options
| author | Senthil <senthil.codr@gmail.com> | 2018-01-22 00:53:22 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-01-24 14:56:40 -0500 |
| commit | cbac11f9624d529809e9bdaa7f4d3ab2c5e93009 (patch) | |
| tree | 566ebe3c3c79ec55d2df84e4fa0fa940d139c72e /docs | |
| parent | 95fd5cf459dd23d18e9ef8e1a03eb820fe7205ce (diff) | |
Fixed #28784 -- Clarified how migrate --fake works.
Diffstat (limited to 'docs')
| -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 9e6e902c54..84ed59aa51 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -783,8 +783,8 @@ Specifies the database to migrate. Defaults to ``default``. .. django-admin-option:: --fake -Tells Django to mark the migrations as having been applied or unapplied, but -without actually running the SQL to change your database schema. +Marks the migrations up to the target one (following the rules above) as +applied, but without actually running the SQL to change your database schema. This is intended for advanced users to manipulate the current migration state directly if they're manually applying changes; |
