Skip to content

Release v0.12.5

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 09:13
· 91 commits to main since this release

Added

Fixed

  • use model._default_manager instead of model.objects.
  • Don't generate error responses for OpenAPI callbacks.
  • Make _should_add_http403_error_response check if permission is IsAuthenticated and AllowAny via type instead of isinstance
  • Don't collect error codes from nested read_only fields