clokep / django-querysetsequence

Chain multiple (disparate) QuerySets in Django
https://django-querysetsequence.readthedocs.io/
ISC License
107 stars 25 forks source link

Add support for `contains()`. #85

Closed clokep closed 2 years ago

clokep commented 2 years ago

Django 4.0 added support for the contains() method a more optimized version of using in.