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
Hi,
Updating to Django2.2.x from 2.1.10 caused an error with the handler500.
in urls.py:
handler500 = views.ServerError.as_view()
used to work fine. Now with 2.2.3, its giving:
ERRORS: ?: (urls.E007) The custom handler500 view 'django_jinja.views.ServerError' does not take the correct number of arguments (request).
It just needs the request passing to it? But where from?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I have the same problem. Is there a fix for this?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
Updating to Django2.2.x from 2.1.10 caused an error with the handler500.
in urls.py:
handler500 = views.ServerError.as_view()
used to work fine. Now with 2.2.3, its giving:
It just needs the request passing to it? But where from?
Thanks
The text was updated successfully, but these errors were encountered: