You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While intended to address handling a custom attribute for nested filtering in #4729, changes to AttorneySerializer and PartySerializer using SerializerMethodFields impacted the self-describing API schemas for these views. This affects the output generated during OPTIONS requests to the endpoints.
mlissner
changed the title
Update AttorneySerializer and PartySerializer
OPTIONS requests incomplete for AttorneySerializer and PartySerializer
Jan 24, 2025
While intended to address handling a custom attribute for nested filtering in #4729, changes to AttorneySerializer and PartySerializer using SerializerMethodFields impacted the self-describing API schemas for these views. This affects the output generated during
OPTIONS
requests to the endpoints.I believe the following suggestion from DRF document could fix this issue: The Django REST Framework documentation suggests a solution for this issue: https://www.django-rest-framework.org/api-guide/schemas/#map_field
The text was updated successfully, but these errors were encountered: