Commit b49e3ab9 authored by Tim Graham's avatar Tim Graham
Browse files

Documented templates system check type.

parent db97a884
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.