mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #22194 -- Added --list-tags option to check command.
Thanks Elvard for the patch.
This commit is contained in:
parent
b513fa5fc6
commit
395d75ea6b
4 changed files with 25 additions and 2 deletions
|
@ -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
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue