-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Attribute Error with Request Panel #1150
New issue
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
Comments
Someone or something is replacing the |
It probably came from this code :
|
Yes, that doesn't look right. |
@MiStErLu Did changing that method fix your problem? |
@tim-schilling I don't change my method, for testing this functionality i disable django-debug-toolbar. In production, it's not enable |
Correct, but you shouldn't be doing |
I agree. This is a incorrect use of the Django request API and not the fault of Debug Toolbar. I think the view above should be considered to have a bug and fixed. I'm closing, but if you can demonstrate a bug in Debug Toolbar, please provide more detail. |
Hi guys. I have the same issue after toolbar update from 2 to 3 version (tried different 3.X versions) Eventually I could not find the place where request.POST is set to regular dict. I came up with the following hack/fix in debug_toolbar/panel/request.py
|
Uh oh!
There was an error while loading. Please reload this page.
Hi,
The text was updated successfully, but these errors were encountered: