summaryrefslogtreecommitdiff
path: root/docs/ref
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:43:55 -0400
commit395d75ea6bd1ee5259fd5a3b3ac1b028739a22d2 (patch)
tree61737bd9f7f4d6fddc55340aa8aaded2de544322 /docs/ref
parentb513fa5fc6f10a6e224d602bfac8f850040cef7c (diff)
Fixed #22194 -- Added --list-tags option to check command.
Thanks Elvard for the patch.
Diffstat (limited to 'docs/ref')
-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 1accc95278..7a4a5211e6 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
---------------