I just found out that or
and and
are defined for QuerySet. This means that to do queries union or intersection, you can do:
User.objects.filter(...) | User.objects.filter(...)
User.objects.filter(...) & User.objects.filter(...)
I just found out that or
and and
are defined for QuerySet. This means that to do queries union or intersection, you can do:
User.objects.filter(...) | User.objects.filter(...)
User.objects.filter(...) & User.objects.filter(...)
Let's see what trends the world of web development will be influenced by in the next year, and what this will bring to various areas of business.