Versioning
This is the first version targeting djangorestframework v3.17 and django-stubs v6.0. However, not all stubs have been updated yet for 3.17:
- See https://github.com/typeddjango/djangorestframework-stubs/blob/master/scripts/stubtest/allowlist_todo_317.txt for remaining work
- Please open pull requests, but keep changes small.
- First check that nobody is already working on that topic: https://github.com/typeddjango/djangorestframework-stubs/pulls
What's Changed
- Add
UniqueTogetherValidatorcodesupport and fix defaults in validators by @emmanuel-ferdman in #947 - Add missing decorator stubs for DRF 3.17 by @emmanuel-ferdman in #949
- Change
Serializercontext typedict->Mappingby @BrianHicks in #946 - Clean up and improve
rest_framework.renderersby @emmanuel-ferdman in #960 - Clean up and improve
rest_framework.fieldsby @emmanuel-ferdman in #964
Housekeeping
- Update dependency djangorestframework to v3.17.1 & add new allowlist by @intgr in #941
- Lock file maintenance - Django 5.2.13 & 6.0.4 by @intgr in #962
- Unpin
types-*dev dependencies for automatic Renovate updates by @Copilot in #983 - Version 3.17.0 release by @intgr in #984
New Contributors
- @BrianHicks made their first contribution in #946
- @Copilot made their first contribution in #983
Full Changelog: 3.16.9...3.17.0