Commit b0602e93 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Corrected documentation typo.

Thanks to @cjerdonek for the report.
parent 6ab58e36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
---------------