What's Changed
-
Make
types-requestsan optional dependency -- addrequestsextra by @bluetech in #900The
types-requestdependency is now optional. If you userest_framework.test.RequestsClient, consider installing the requests extra:djangorestframework-stubs[requests]. -
Fix
Requeststub allowing arbitrary attribute access by @emmanuel-ferdman in #904Type checkers would previously ignore when accessing non-existant
Requestattributes.
Housekeeping
Full Changelog: 3.16.7...3.16.8