Changes between Initial Version and Version 1 of Ticket #26043, comment 14
- Timestamp:
- Jan 22, 2016, 7:21:16 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26043, comment 14
initial v1 4 4 >..... It also allows more powerful idioms that aren't currently possible, like wrapping the call to get_response in a context manager (e.g. transaction.atomic) or in a try/finally block. 5 5 6 Source: https://github.com/django/deps/blob/master/draft/0005- rethinking-middleware.rst6 Source: https://github.com/django/deps/blob/master/draft/0005-improved-middleware.rst 7 7 8 8