What's Changed
Changes
- Update
schemas.get_schema_view(generator_class=)
parameter to accept None by @kwang1215 in #703 - Fix
SlugRelatedField.slug_field
type: cannot beNone
by @lev-blit in #830 - Remove non-existant function
schema.generators.common_path()
by @kwang1215 in #700 - Remove non-existant function
templatetags.rest_framework.urlize_quoted_links()
by @Limsunoh in #699 - Document intentional discrepancies in allowlist & code comments by @intgr in #833
Housekeeping
- Use explicit mypy error codes in ignore comments and output by @intgr in #497
- Switch to
uv
to manage dev dependencies by @intgr & @CodingWithSaksham in #797 - Configure Renovate to update
uv.lock
unpinned dependencies by @intgr in #835 - Fix Renovate configuration by @intgr in #837
- Switch release workflow to
uv
by @intgr in #838 - Test new release workflow: version 3.16.4a1 release by @intgr in #840
- Version 3.16.4 release by @intgr in #841
New Contributors
- @kwang1215 made their first contribution in #703
- @Limsunoh made their first contribution in #699
- @lev-blit made their first contribution in #830
Full Changelog: 3.16.3...3.16.4