We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.12.3
5.1
1.13.0
Chrome & Firefox
With Django 5.1's new LoginRequiredMiddleware, how can I set login_not_required for django_browser_reload:
LoginRequiredMiddleware
login_not_required
path("__reload__/", include("django_browser_reload.urls")),
Thanks in advance
The text was updated successfully, but these errors were encountered:
Mark view with @login_not_required
bf0f27e
Fixes #281.
38f52bd
Fixed in #283, released in 1.14.0.
Sorry, something went wrong.
@adamchainz Thank you very much
Successfully merging a pull request may close this issue.
Python Version
3.12.3
Django Version
5.1
Package Version
1.13.0
Browser
Chrome & Firefox
Description
With Django 5.1's new
LoginRequiredMiddleware
, how can I setlogin_not_required
for django_browser_reload:Thanks in advance
The text was updated successfully, but these errors were encountered: