mirror of
https://github.com/Hopiu/django.git
synced 2026-04-28 10:44:50 +00:00
Document -l as well as --list on migrate
This commit is contained in:
parent
865bc71783
commit
503e59c9b0
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ be warned that using ``--fake`` runs the risk of putting the migration state
|
|||
table into a state where manual recovery will be needed to make migrations
|
||||
run correctly.
|
||||
|
||||
.. django-admin-option:: --list
|
||||
.. django-admin-option:: --list, -l
|
||||
|
||||
The ``--list`` option will list all of the apps Django knows about, the
|
||||
migrations available for each app and if they are applied or not (marked by
|
||||
|
|
|
|||
Loading…
Reference in a new issue