summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/ref/django-admin.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index eaba4d437d..34cb806db1 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -813,6 +813,12 @@ The behavior of this command changes depending on the arguments provided:
migrated past the named migration. Use the name ``zero`` to unapply all
migrations for an app.
+.. warning::
+
+ When unapplying migrations, all dependent migrations will also be
+ unapplied, regardless of ``<app_label>``. You can use ``--plan`` to check
+ which migrations will be unapplied.
+
.. django-admin-option:: --database DATABASE
Specifies the database to migrate. Defaults to ``default``.