1
0
mirror of https://github.com/django/django.git synced 2025-04-26 10:14:36 +00:00

Fixed #28784 -- Clarified how migrate --fake works.

This commit is contained in:
Senthil 2018-01-22 00:53:22 +05:30 committed by Tim Graham
parent 95fd5cf459
commit cbac11f962

View File

@ -783,8 +783,8 @@ Specifies the database to migrate. Defaults to ``default``.
.. django-admin-option:: --fake .. django-admin-option:: --fake
Tells Django to mark the migrations as having been applied or unapplied, but Marks the migrations up to the target one (following the rules above) as
without actually running the SQL to change your database schema. applied, but without actually running the SQL to change your database schema.
This is intended for advanced users to manipulate the This is intended for advanced users to manipulate the
current migration state directly if they're manually applying changes; current migration state directly if they're manually applying changes;