Changes between Initial Version and Version 1 of Ticket #6834, comment 12


Ignore:
Timestamp:
Nov 11, 2013, 3:30:02 AM (10 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6834, comment 12

    initial v1  
    11This 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.
    22
    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.
     3This 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.
Back to Top