| Age | Commit message (Collapse) | Author |
|
Fixed by moving the template panel's context_processor introspection to the
content method so this happens at the process_response time instead of at
process_request time. Since context processors _were_ happening at the
process_response end, it was triggering the query
`user.get_and_delete_messages()` which was also getting triggered separately if
used in templates (i.e. the admin templates) resulting in duplicate queries
showing up in the toolbar.
|
|
particularly removing ...
|
|
|
|
|
|
methods to be more clear when panel processing happens.
|
|
|
|
template context output where rendering would hang while trying to autoescape the context variable output.
|
|
so I'm including the context with each template in the Template panel. This
should make the designers happy.
|
|
request/response cycle. Also lists settings.TEMPLATE_DIRS.
|