agiliq / django-orm-cookbook

Other
181 stars 79 forks source link

OR queries are best done with django.db.models.Q #21

Open peterbe opened 6 years ago

peterbe commented 6 years ago

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".

yashrastogi16 commented 6 years ago

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

peterbe commented 6 years ago

Cool. Perhaps a link to that.

I'm just fly-by noticing things.