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

Makes FilterSet.aliased method compatible with SQLAlchemy 1.4 #54

Merged
merged 1 commit into from
May 16, 2021

Conversation

davidcim
Copy link
Contributor

@davidcim davidcim commented Apr 6, 2021

If the Query._join_entities attribute doesn't exist, it's assumed that we are in version 1.4 and the current join aliases are obtained through Query._compile_state()._join_entities.

fixes #53

If the Query._join_entities attribute doesn't exist, it's assumed that we are in version 1.4 and the current join aliases are obtained through Query._compile_state()._join_entities.
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.

FilterSet.aliased no longer works with SQLAlchemy 1.4
2 participants