1.2.0
Added
- Verbose Django
404
error page whensettings.py:DEBUG
isTrue
(Upstream PR)
Fixed
- Fix Django compatibility with third-party sync middleware
- ServeStatic Django middleware now only runs in async mode to avoid clashing with Django's internal usage of
asgiref.AsyncToSync
- ServeStatic Django middleware now only runs in async mode to avoid clashing with Django's internal usage of
- Respect Django
settings.py:FORCE_SCRIPT_NAME
configuration value (Upstream PR)