summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-10 09:43:55 -0400
committerTim Graham <timograham@gmail.com>2014-04-10 09:44:43 -0400
commitddd25b280f69ffcb5eb7ab2695c6094256090947 (patch)
tree5d423825ab9d8d77d82d9df6321d07a8ddab3213 /docs
parent32e62374506827723423471a115e6b25313ed887 (diff)
[1.7.x] Fixed #22194 -- Added --list-tags option to check command.
Thanks Elvard for the patch. Backport of 395d75ea6b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 5c7c3d5f09..86e1587934 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -126,6 +126,10 @@ to perform only security and compatibility checks, you would run::
python manage.py check --tag security --tag compatibility
+.. django-admin-option:: --list-tags
+
+List all available tags.
+
compilemessages
---------------