This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-25 09:44:36 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
middleware_exceptions
History
Mariusz Felisiak
eb7c0a7076
[3.2.x]
Fixed
#32614
-- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3.2+.
...
Backport of 78fea27f690028204c03c28d821cb0c0240a7398 from main
2021-04-06 08:04:07 +02:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
middleware.py
[3.2.x]
Fixed
#32614
-- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3.2+.
2021-04-06 08:04:07 +02:00
tests.py
Fixed
#32299
-- Prevented mutating handlers when processing middlewares marking as unused in an async context.
2020-12-29 09:04:35 +01:00
urls.py
Fixed
#31224
-- Added support for asynchronous views and middleware.
2020-03-18 19:59:12 +01:00
views.py
Fixed
#31224
-- Added support for asynchronous views and middleware.
2020-03-18 19:59:12 +01:00