refactor stream_with_context for async views

This commit is contained in:
David Lord 2025-08-19 08:18:55 -07:00
parent 49b7e7bc8f
commit 9822a03515
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
3 changed files with 62 additions and 31 deletions

View file

@ -3,6 +3,7 @@ Version 3.1.2
Unreleased
- ``stream_with_context`` does not fail inside async views. :issue:`5774`
- When using ``follow_redirects`` in the test client, the final state
of ``session`` is correct. :issue:`5786`
- Relax type hint for passing bytes IO to ``send_file``. :issue:`5776`