summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShreya Bamne <shreya.bamne@gmail.com>2021-08-03 15:20:49 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-20 11:15:47 +0200
commit004b4620f6f4ad87261e149898940f2dcd5757ef (patch)
tree233f505d749bbd26208bc5b6236df629942ec5fe /docs
parentb98394fa62753c867a287c2839696695557281a5 (diff)
Fixed #32987 -- Added system check for template tag modules with the same name.
Co-authored-by: Daniel Fairhead <daniel@dev.ngo>
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 727d16b772..6c95b9376d 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -541,6 +541,8 @@ configured:
* **templates.E002**: ``string_if_invalid`` in :setting:`TEMPLATES`
:setting:`OPTIONS <TEMPLATES-OPTIONS>` must be a string but got: ``{value}``
(``{type}``).
+* **templates.E003**:``<name>`` is used for multiple template tag modules:
+ ``<module list>``.
Translation
-----------