We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Referring to this: https://github.com/agiliq/django-orm-cookbook/blob/master/docs/or_query.rst It's great but it's failing to mention django.db.models.Q. With that you can have just 1 queryset object with a OR query "within".
django.db.models.Q
The text was updated successfully, but these errors were encountered:
Thanks @peterbe for the review, We have discussed it, later in the book. https://github.com/agiliq/django-orm-cookbook/blob/master/docs/query_relatedtool.rst
Sorry, something went wrong.
Cool. Perhaps a link to that.
I'm just fly-by noticing things.
No branches or pull requests
Referring to this: https://github.com/agiliq/django-orm-cookbook/blob/master/docs/or_query.rst
It's great but it's failing to mention
django.db.models.Q
. With that you can have just 1 queryset object with a OR query "within".The text was updated successfully, but these errors were encountered: