clokep / django-querysetsequence

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

Support ordering / filtering / querying by the order of the QuerySets in a QuerySetSequence. #10

Closed clokep closed 8 years ago

clokep commented 8 years ago

This adds '#' as a field lookup that supports a few things:

Includes tests and documentation.