* Updated Django support to only 3.2, 4.1 and 4.2 (thanks to ronnievdc). * Various other cleanups and documentation format fixes.
0.3.0
++++++++++++++++++
* Updated Django support to 1.11, 2.2 and 3.0. * Fixed issues when ``X_FORWARDED_FOR`` contains multiple addresses.
0.2.0
++++++++++++++++++
* For Django 1.10+ support, changed from `object` to `django.utils.deprecation.MiddlewareMixin` * Added PyPI trove classifiers for Django versions and more Python versions * Updated `travis.yml` for more Python versions
0.1.4
++++++++++++++++++
* Fixed an exception that could occur when non-utf8 bytes were included in user agent strings.
0.1.3.1
++++++++++++++++++++
* Version bump to avoid PyPI's duplicate filename ban.
0.1.3
++++++++++++++++++
* Added support to redirect to known view, or use custom status code settings. * Added support for ignoring unauthenticated sessions. * Fixed short circuit when REMOTE_ADDR was unknown. * Dropped support for older Python versions: now requires 2.7, 3.3 or newer, with Django 1.8.