#33800 closed Bug (fixed)
check_for_template_tags_with_the_same_name with libraries in TEMPLATES
Reported by: | Claude Paroz | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Template system | Version: | 4.1 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I didn't explore this thoroughly, but I think there might be an issue with the check_for_template_tags_with_the_same_name
when you add a template tag library into TEMPLATES['OPTIONS']['librairies']
.
I'm getting an error like:
(templates.E003) 'my_tags' is used for multiple template tag modules: 'someapp.templatetags.my_tags', 'someapp.templatetags.my_tags'
Change History (4)
comment:1 by , 2 years ago
Component: | Uncategorized → Template system |
---|---|
Owner: | changed from | to
Severity: | Normal → Release blocker |
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. It's a bug in the new system check (see 004b4620f6f4ad87261e149898940f2dcd5757ef and #32987).