Changes between Initial Version and Version 1 of Ticket #32815


Ignore:
Timestamp:
Jun 3, 2021, 2:32:46 PM (3 years ago)
Author:
Michael Manganiello
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32815 – Description

    initial v1  
    55
    66{{{
     7import contextvars
     8
     9current_context = contextvars.ContextVar('current_context')
     10
    711@sync_and_async_middleware
    812class TemplateResponseMiddleware(BaseMiddleware):
Back to Top