clokep / django-querysetsequence

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

Update supported versions for Django and DRF #59

Closed clokep closed 4 years ago

clokep commented 4 years ago

This drops support for Python 2.7, adds support for Python 3.8.

This drops support for Django 2.0, Django 2.1 (both now unsupported), adds support for Django 3.0.

Fixes #58