Skip to content

1.2.0

Compare
Choose a tag to compare
@Archmonger Archmonger released this 30 Aug 23:05
· 36 commits to main since this release
85a39c9

Added

  • Verbose Django 404 error page when settings.py:DEBUG is True (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
  • Respect Django settings.py:FORCE_SCRIPT_NAME configuration value (Upstream PR)