diff options
| author | David Vaz <davidmgvaz@gmail.com> | 2019-09-26 10:39:36 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-27 22:40:29 +0200 |
| commit | 0c655f1df2b167d7f24cf41910500850722b0c17 (patch) | |
| tree | 9f3f096517d170727f29ddb9e5fdbb97c780cf1f /docs/ref | |
| parent | 5d40de08566cc7f0987ea414e06f37e6ed4e019a (diff) | |
[3.0.x] Fixed #30597 -- Clarified how to unapply migrations.
Backport of 45554fd5c5c6a536db3ce70d78646d3dc398cf08 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 34cb806db1..310a11787b 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -810,8 +810,8 @@ The behavior of this command changes depending on the arguments provided: * ``<app_label> <migrationname>``: 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:: |
