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

WIP work to have mixin work on viewsets #36

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

xrmx
Copy link

@xrmx xrmx commented Apr 28, 2024

Tests are failing and this it's a draft PR. May be helpful for someone looking into adding generic view sets.

See #35

cls.__dict__ gets does not see inherited methods, use
inspect.getmemebers instead. The helper for finding async view has been
moved outside of the class to avoid an infinite loop.
The Django one is only checking for handlers named after the http
methods while for ViewSet we have methods called after the actions.
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.

None yet

1 participant