diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2014-07-08 10:29:59 -0700 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2014-07-08 10:30:11 -0700 |
| commit | 503e59c9b0cfd93a47dc1921452cece49055451b (patch) | |
| tree | 64dca1db342bbde13ddd78d69247a117852add99 | |
| parent | 865bc7178364145f901c5ac5a5b8eb722cc0a646 (diff) | |
Document -l as well as --list on migrate
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index f6fd81e242..b2d2f44366 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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 |
