- Declares Django 3.1 as supported versions - Fixes a bug that changed the names of HTTP headers that contained http. For example, X-Http-Method was incorrectly changed to Method.
2.3.5
-----
- Declares Django 3.0 and Python 3.8 as supported versions - Drop support for Python 2.6 - Drop support for django < 1.11
2.3.4
-----
- Make package description less than 200 characters. This seems to be breaking the package metadata on pypi suddenly, even though it was fine before. This release contains no functional changes.
2.3.3
----- - Fixes a bug that could interfere with subclassing HttpProxy based generic views.
2.3.2
-----
- Add Django 1.10.x support. - Add workaround for https://code.djangoproject.com/ticket/27005 but restrict it to Django 1.10 specifically. The issue should be fixed in 1.10.1.