Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix serializer declaration on views that use a deprecated serializer #1104

Closed
mikenholt opened this issue Feb 2, 2018 · 0 comments
Closed
Assignees
Projects

Comments

@mikenholt
Copy link
Contributor

There are issues with overriding the serializer_class on GenericAPIView views. Modify those to use a get_serializer_class method that will set the serializer based off self.request.version.

@mikenholt mikenholt added this to the Sprint 01-29-2018 milestone Feb 2, 2018
@mikenholt mikenholt self-assigned this Feb 2, 2018
@mikenholt mikenholt added this to To Do in API via automation Feb 2, 2018
@mikenholt mikenholt changed the title Fix serializer declaration on views that use a depricated serializer Fix serializer declaration on views that use a deprecated serializer Feb 3, 2018
@mikenholt mikenholt moved this from To Do to In progress in API Feb 5, 2018
API automation moved this from In progress to Done Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
API
  
Done
Development

No branches or pull requests

1 participant