Changes between Initial Version and Version 1 of Ticket #32815
- Timestamp:
- Jun 3, 2021, 2:32:46 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32815 – Description
initial v1 5 5 6 6 {{{ 7 import contextvars 8 9 current_context = contextvars.ContextVar('current_context') 10 7 11 @sync_and_async_middleware 8 12 class TemplateResponseMiddleware(BaseMiddleware):