OPTIONS does not use action specific serializers #9609
Unanswered
EmCeeEs
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Assume an app that manages information about countries:
OPTIONS
/country/
Expected Behavior
POST
action reflectsCountryCreateSerializer
fields:Actual Behavior
POST
action reflectsCountrySerializer
fields:Explanation / Resolution
SimpleMetadata.determine_actions
should take the action specific serializers into account.Current workaround
Beta Was this translation helpful? Give feedback.
All reactions