jazzband / django-revproxy

Reverse Proxy view that supports all HTTP methods, Diazo transformations and Single Sign-On.
Mozilla Public License 2.0
305 stars 118 forks source link

Fixed Header interface for Python 3.10 #148

Closed JeroenJADS closed 2 years ago

JeroenJADS commented 2 years ago

This PR enables this package to be used with Python 3.10 in combination with Django 3.2+.

getattr() expects a default value in order for it not to return an exception.

Closes #147.