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

Where exists has wrong definition in documentation #544

Closed
josephmancuso opened this issue Dec 15, 2021 · 1 comment
Closed

Where exists has wrong definition in documentation #544

josephmancuso opened this issue Dec 15, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@josephmancuso
Copy link
Member

josephmancuso commented Dec 15, 2021

the where_exists documentation has an error, requesting the column as a parameter, where exists and a column is not used

Current
.where_exists('column', lambda q: q.where(..))

Should be
.where_exists(lambda q: q.where(..))

@josephmancuso josephmancuso added the documentation Improvements or additions to documentation label Dec 15, 2021
@josephmancuso
Copy link
Member Author

Fixed in documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant