1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #32987 -- Added system check for template tag modules with the same name.

Co-authored-by: Daniel Fairhead <daniel@dev.ngo>
This commit is contained in:
Shreya Bamne
2021-08-03 15:20:49 +01:00
committed by Mariusz Felisiak
parent b98394fa62
commit 004b4620f6
17 changed files with 145 additions and 2 deletions

View File

@@ -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
-----------