You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Fix unavailable request data while using with REST framework #591 (#1061)
* Add DjangoRestFrameworkCompatMiddleware
* Update DjangoRestFrameworkCompatMiddleware to not require get_response in constructor
This is for compatibility with Django 1.10 and earlier
* Add unit tests for DjangoRestFrameworkCompatMiddleware
* Update docstring in install_middleware function
* Convert DjangoRestFrameworkCompatMiddleware to be backwards-compatible
* Make sure that middlewares are not set in test_request_data_unavailable_if_request_is_read
0 commit comments