Fixed #22194 -- Added --list-tags option to check command.

Thanks Elvard for the patch.
This commit is contained in:
Tim Graham 2014-04-10 09:43:55 -04:00
parent b513fa5fc6
commit 395d75ea6b
4 changed files with 25 additions and 2 deletions

View file

@ -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
---------------