Skip to content
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

1.0.0 beta: 'WSGIRequest' object has no attribute 'sensitive_post_parameters' #436

Closed
brett-dtc opened this issue Sep 13, 2023 · 2 comments · Fixed by #437
Closed

1.0.0 beta: 'WSGIRequest' object has no attribute 'sensitive_post_parameters' #436

brett-dtc opened this issue Sep 13, 2023 · 2 comments · Fixed by #437
Assignees
Labels
Milestone

Comments

@brett-dtc
Copy link

I was testing out 1.0.0b beta with django 4.2.5 and every error was triggering:

AttributeError at /admin/core/show/
'WSGIRequest' object has no attribute 'sensitive_post_parameters'

Line 188 of rollbar\contrib\django\middleware.py

None of my errors were making it to Rollbar since this exception was processed first and seems to be part of the Rollbar library itself.

I went back to 0.16.3 and it's working

@danielmorell
Copy link
Collaborator

Hey @brett-dtc, thank you for testing the beta!!! You're awesome! 🚀

Also, thanks for letting us know about this bug!

We should have the fix out in the next version of the beta shortly.

danielmorell added a commit that referenced this issue Sep 15, 2023
…-post-params

Fixed #436 `WSGIRequest` has no attribute `sensitive_post_parameters`.
@danielmorell
Copy link
Collaborator

The fix for this has been released in 1.0.0b1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants