From 45554fd5c5c6a536db3ce70d78646d3dc398cf08 Mon Sep 17 00:00:00 2001 From: David Vaz Date: Thu, 26 Sep 2019 10:39:36 -0700 Subject: Fixed #30597 -- Clarified how to unapply migrations. --- docs/ref/django-admin.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 690ca76ba4..7927b89e63 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -802,8 +802,8 @@ The behavior of this command changes depending on the arguments provided: * `` ``: Brings the database schema to a state where the named migration is applied, but no later migrations in the same app are applied. This may involve unapplying migrations if you have previously - migrated past the named migration. Use the name ``zero`` to unapply all - migrations for an app. + migrated past the named migration. Use the name ``zero`` to migrate all the + way back i.e. to revert all applied migrations for an app. .. warning:: -- cgit v1.3