* Added `REVPROXY` settings dict 192 * Let encode spaces as `%20` or `+` 191 * Cast int cookie dict max_age 185 * Replaced deprecated getheader in favor of headers 184
0.12.0
===================
* Declare Django 4.2 support in 167 * Drop mock dependency in favor of unittest.mock in 168 * Update README.rst with the correct Header name in 170. Thanks adrgs ! * Fixed ignored headers issue in 172. Thanks for the detailed reporting jagotu ! * Deprecated setup.py in github actions in 173 and 174
0.11.0
===================
* Add X-Forwarded-For and X-Forwarded-Proto headers. Fixes 79. * Add Django 3.2, 4.0 and 4.1 support. Fixes 126. * Add Python 3.8, 3.9, 3.10 and 3.11 support * Drop Python 3.4, 3.5 and 3.6 support * Drop Django <3.0 support * Fixed README badges
0.10.0
===================
* Fix add_remote_user when run without AuthenticationMiddleware. Fix 86 * Add get_encoded_query_params method * Add support for Python 3.7 and 3.8. * Add support for Django 2.2 and 3.0.
0.9.15
===================
* Fix issues with latest urllib3. Fixes 75. * Fix issues with parsing cookies. Fixes 84. * Drop Python 3.3, 3.4, and PyPy support. * Add Python 3.6 support.
0.9.14
===================
* Move construction of proxied path to method [dimrozakis] * User.get_username() rather than User.name to support custom User models [acordiner]