mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Corrected documentation typo.
Thanks to @cjerdonek for the report.
This commit is contained in:
parent
6ab58e3605
commit
b0602e935c
@ -124,7 +124,7 @@ types of checks. These check types are categorized with tags. You can use these
|
||||
to restrict the checks performed to just those in a particular category. For example,
|
||||
to perform only security and compatibility checks, you would run::
|
||||
|
||||
python manage.py --tag security -tag compatibility
|
||||
python manage.py --tag security --tag compatibility
|
||||
|
||||
compilemessages
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user