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:37 -0700 |
| commit | 4368457a27b010d13bac54a2dac57203768ffd15 (patch) | |
| tree | 0d215aa3af3516e928d1e882871b05afea14a2ff /docs/ref | |
| parent | 2100bcef41a9f24764289b44976a08b7e5c5666f (diff) | |
[1.7.x] Document -l as well as --list on migrate
Diffstat (limited to 'docs/ref')
| -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 4bebb53443..cde99c037d 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -698,7 +698,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 |
