clokep / django-querysetsequence

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

Fixes syntax warning about comparing to an integer using "is" #61

Closed clokep closed 4 years ago

clokep commented 4 years ago

Fixes #60. I tested quickly in pypy3 and this didn't seem to actually cause a bug, but still good to fix it.