Kaydet (Commit) cbac11f9 authored tarafından Senthil's avatar Senthil Kaydeden (comit) Tim Graham

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

üst 95fd5cf4
...@@ -783,8 +783,8 @@ Specifies the database to migrate. Defaults to ``default``. ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment