=================
Improvements
------------
* Fix ``QuerySetSequence``'s support with Django REST Framework's ``DjangoFilterBackend``
by accepting a ``model`` parameter. If one is not provided, a dummy model is
used to provide a reasonable ``DoesNotExist`` error. Contributed by
`j0nm1 <https://github.com/j0nm1>`_. (`#88 <https://github.com/clokep/django-querysetsequence/pull/88>`_)
Maintenance
-----------
* Support Python 3.10. (`86 <https://github.com/clokep/django-querysetsequence/pull/86>`_)
* Support Django REST Framework 3.13. (`86 <https://github.com/clokep/django-querysetsequence/pull/86>`_)
* Drop support for Python 3.6. (`3fc1d0f <https://github.com/clokep/django-querysetsequence/commit/3fc1d0f8b1ad3727d54ef6c2d0761804455331e2>`_)
* Improve package metadata. (`89 <https://github.com/clokep/django-querysetsequence/pull/89>`_)
* Run `black <https://black.readthedocs.io/>`_, `isort <https://pycqa.github.io/isort/>`_,
`flake8 <https://flake8.pycqa.org>`_, and `pyupgrade <https://github.com/asottile/pyupgrade>`_.
(`90 <https://github.com/clokep/django-querysetsequence/pull/90>`_,
`91 <https://github.com/clokep/django-querysetsequence/pull/91>`_)