mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00: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 restrict the checks performed to just those in a particular category. For example,
|
||||||
to perform only security and compatibility checks, you would run::
|
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
|
compilemessages
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user