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 values() #73

Closed clokep closed 4 years ago

clokep commented 4 years ago

This adds support for calling values() on a QuerySetSequence. The index of the QuerySet can be included in the response by specifying '#' as one of the fields to return.