Skip to content

Instantly share code, notes, and snippets.

@olegkovalov
Created September 10, 2019 11:05
Show Gist options
  • Save olegkovalov/b65dd4bea889a1d1264380075be1174d to your computer and use it in GitHub Desktop.
Save olegkovalov/b65dd4bea889a1d1264380075be1174d to your computer and use it in GitHub Desktop.
def get_serializer_class(self):
if self.request.version == 'v2':
return PostSerializerV2
else:
return super().get_serializer_class()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment