Changes between Initial Version and Version 1 of Ticket #6834, comment 12
- Timestamp:
- Nov 11, 2013, 3:30:02 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6834, comment 12
initial v1 1 1 This patch breaks the `TEMPLATE_LOADERS` abstraction: it's adding in the template language a feature that alters the template loading behavior, but only works with Django's filesystem template loader — not the app directories template loader, for instance. 2 2 3 This ticket may predate the introduction of `TEMPLATE_LOADERS`. In my opinion it should be closed as wontfix, and the reporter should write a custom template loader. It's going to be a bit difficult to pass the request to the template loader; it may require a global (thread-local) variable or hooking on signal.3 This ticket may predate the introduction of `TEMPLATE_LOADERS`. In my opinion it should be closed as wontfix, and the reporter should write a custom template loader. It's going to be a bit difficult to pass the request to the template loader; it may require a global (thread-local) variable or hooking on a signal.