clokep / django-querysetsequence

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

Drop support for Django < 1.11 and corresponding DRF versions. #36

Closed clokep closed 6 years ago

clokep commented 6 years ago

This drops support for unsupported Django versions (1.8, 1.9, and 1.10) and the corresponding Django REST Framework versions (3.2 and 3.3).

Django 1.8 is actually supported for a couple more months (through April, 2018), but there's some clean-up that can happen by dropping it.