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:
committed by
Mariusz Felisiak
parent
b98394fa62
commit
004b4620f6
@@ -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
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user