mirror of
https://github.com/django/django.git
synced 2025-10-30 09:06:13 +00:00
[2.0.x] Fixed #28784 -- Clarified how migrate --fake works.
Backport of cbac11f962 from master
This commit is contained in:
@@ -787,8 +787,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;
|
||||
|
||||
Reference in New Issue
Block a user