Version 3.13.0
- Django 4.0 compatability. #8178
- Add
max_lengthandmin_lengthoptions toListSerializer. #8165 - Add
get_request_serializerandget_response_serializerhooks toAutoSchema. #7424 - Fix OpenAPI representation of null-able read only fields. #8116
- Respect
UNICODE_JSONsetting in API schema outputs. #7991 - Fix for
RemoteUserAuthentication. #7158 - Make Field constructors keyword-only. #7632