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

Strip legacy serialization and improve fields query param #96

Merged
merged 1 commit into from
Jun 24, 2022

Conversation

stevelacey
Copy link
Contributor

@stevelacey stevelacey commented Jun 23, 2022

  • Strip support for legacy serializers
  • Pass request + args + kwargs to view CRUD methods
  • Support fields param on detail endpoints in addition to lists
  • Apply fields param filtering in the serialization step
  • Serializer __call__ now honors only/exclude rules from its predecessors

@stevelacey stevelacey force-pushed the improvement/strip-legacy-serialization-support branch from 90bd3bc to e0a3da9 Compare June 24, 2022 15:47
@stevelacey stevelacey force-pushed the improvement/strip-legacy-serialization-support branch from e0a3da9 to 0d16dc2 Compare June 24, 2022 15:49
@stevelacey stevelacey merged commit 0d16dc2 into master Jun 24, 2022
@stevelacey stevelacey deleted the improvement/strip-legacy-serialization-support branch June 24, 2022 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant