Skip to content

Fix manager check in DjangoConnectionField #693

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

Merged
merged 2 commits into from
Jul 2, 2019
Merged

Conversation

jkimbo
Copy link
Member

@jkimbo jkimbo commented Jul 1, 2019

Fixes #327

This fix means that querysets only get merged with the default queryset if they are different rather than all the time (which is currently the case). As a result things like prefetch_related calls are preserved which should improve performance significantly.

@jkimbo jkimbo merged commit 40ae7e5 into master Jul 2, 2019
@jkimbo jkimbo deleted the bugfix/fix-manager-check branch July 2, 2019 18:37
@jkimbo jkimbo mentioned this pull request Jul 9, 2019
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.

Prefetch_related in root resolver not preserved in children resolvers
4 participants