From 004b4620f6f4ad87261e149898940f2dcd5757ef Mon Sep 17 00:00:00 2001 From: Shreya Bamne Date: Tue, 3 Aug 2021 15:20:49 +0100 Subject: Fixed #32987 -- Added system check for template tag modules with the same name. Co-authored-by: Daniel Fairhead --- docs/ref/checks.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 ` must be a string but got: ``{value}`` (``{type}``). +* **templates.E003**:```` is used for multiple template tag modules: + ````. Translation ----------- -- cgit v1.3