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

Improve DjangoListField #929

Merged
merged 6 commits into from
May 9, 2020
Merged

Improve DjangoListField #929

merged 6 commits into from
May 9, 2020

Conversation

jkimbo
Copy link
Member

@jkimbo jkimbo commented Apr 12, 2020

This PR extends DjangoListField to always use the get_queryset method on a DjangoObjectType. Resolves #698 and #925

Also added some much needed documentation.

@jkimbo jkimbo force-pushed the export-django-list-field-docs branch from ccecdf0 to 9aca4a9 Compare April 12, 2020 19:05
@plus500s
Copy link

plus500s commented May 5, 2020

When can we expect this PR to be merged?

@ulgens ulgens self-requested a review May 6, 2020 19:09
@jkimbo jkimbo merged commit b4e34a5 into master May 9, 2020
@jkimbo jkimbo deleted the export-django-list-field-docs branch May 9, 2020 11:28
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.

custom @classmethod get_queryset of DjangoObjectType not works
2 participants