Changes between Initial Version and Version 1 of Ticket #32987
- Timestamp:
- Aug 4, 2021, 3:49:38 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32987
- Property Summary If multiple apps have templatetags modules with the same name, it silently drops all but one. → Warn user if they attempt to have mulitple templatetag libraries with the same name
-
Ticket #32987 – Description
initial v1 1 If a project has mulitple apps with templatetags with the same module name, django will load each of them, but drop all but the last one, and not inform the user at all, making it quite hard to diagnose. 2 1 3 For example, if you have: 2 4 … … 6 8 7 9 then try to use them in a template: 8 9 10 10 11 {{{