Documented templates system check type.

This commit is contained in:
Tim Graham 2015-07-13 17:29:08 -04:00
parent db97a88495
commit b49e3ab92c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Django's system checks are organized using the following tags:
* ``admin``: Checks of any admin site declarations.
* ``compatibility``: Flagging potential problems with version upgrades.
* ``security``: Checks security related configuration.
* ``templates``: Checks template related configuration.
Some checks may be registered with multiple tags.