Version 3.13.0
- Django 4.0 compatability. #8178
- Add
max_length
andmin_length
options toListSerializer
. #8165 - Add
get_request_serializer
andget_response_serializer
hooks toAutoSchema
. #7424 - Fix OpenAPI representation of null-able read only fields. #8116
- Respect
UNICODE_JSON
setting in API schema outputs. #7991 - Fix for
RemoteUserAuthentication
. #7158 - Make Field constructors keyword-only. #7632