Important notes
- Added helper function
forced_singular_serializer
to disable a list detection on an endpoint, that has been quite difficult to properly undo previously. This closes the functional gap for@extend_schema_serializer(many=False)
in single-use (non-envelope) situations. - Several small bugfixes
PRs
- add helper to disable viewset list detection #1064 by @tfranzel in #1065
- Use schema_url in SpectacularElementsView by @q0w in #1067
- chore: fix typos by @afuetterer in #1074
- Fix (#1079) crash when generating schema for field with UUID choices. by @phb-teleclinic in #1080
New Contributors
- @q0w made their first contribution in #1067
- @afuetterer made their first contribution in #1074
- @phb-teleclinic made their first contribution in #1080
Full Changelog: 0.26.4...0.26.5