clokep / django-querysetsequence

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

Treat QuerySet lookups as numbers. #15

Closed clokep closed 8 years ago

clokep commented 8 years ago

When doing things like gt or exact lookups on an IntegerField, Django casts the supplied value to an int before using it. We should be doing the same here.