From 7843c43c49d3845a1cbebfaaf71f2f0c2a9d8fce Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 3 Oct 2022 10:52:21 +0200 Subject: [4.1.x] 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. Backport of f71b0cf769d9ac582ee3d1a8c33d73dad3a770da from main --- docs/ref/checks.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 233d999fe7..2182cb47bf 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -550,6 +550,9 @@ configured: :setting:`OPTIONS ` must be a string but got: ``{value}`` (``{type}``). * **templates.E003**:```` is used for multiple template tag modules: + ````. *This check was changed to* ``templates.W003`` *in Django + 4.1.2*. +* **templates.W003**:```` is used for multiple template tag modules: ````. Translation -- cgit v1.3