diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-13 17:29:08 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-13 17:29:08 -0400 |
| commit | b49e3ab92cc9d9b1ab1b48e8948a017f55b7c85a (patch) | |
| tree | feac9f2eac73caafbd28e2bea2feda17ef73442e /docs/ref/checks.txt | |
| parent | db97a8849519a3933bf4abd2184efd68ebc21965 (diff) | |
Documented templates system check type.
Diffstat (limited to 'docs/ref/checks.txt')
| -rw-r--r-- | docs/ref/checks.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index d536560f0a..e9a8fbf6e8 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -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. |
