summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-10-03 10:52:21 +0200
committerGitHub <noreply@github.com>2022-10-03 10:52:21 +0200
commitf71b0cf769d9ac582ee3d1a8c33d73dad3a770da (patch)
tree141b3548ae86b6929a261741d89ff1c252a3c879 /docs/ref
parent3b4a5b9f97f113ca5151cff744019e39a1ed7475 (diff)
Refs #32987 -- Relaxed system check for template tag modules with the same name by turning into a warning.
Thanks Claude Paroz for the report. Regression in 004b4620f6f4ad87261e149898940f2dcd5757ef.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index aa8d5b6d62..f85c90059d 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -553,6 +553,9 @@ configured:
:setting:`OPTIONS <TEMPLATES-OPTIONS>` must be a string but got: ``{value}``
(``{type}``).
* **templates.E003**:``<name>`` is used for multiple template tag modules:
+ ``<module list>``. *This check was changed to* ``templates.W003`` *in Django
+ 4.1.2*.
+* **templates.W003**:``<name>`` is used for multiple template tag modules:
``<module list>``.
Translation