clokep / django-querysetsequence

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

Support first() and last() #40

Closed clokep closed 6 years ago

clokep commented 6 years ago

Add support for calling first() and last(). These take into account ordering and compare the first() (or last()) of each individual QuerySet.