-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
[bug] Regression: opening non existing user ID raises an exception #228
Labels
Comments
Can I take this up? @nemesisdesign |
Saurav-Shrivastav
added a commit
to Saurav-Shrivastav/openwisp-users
that referenced
this issue
Mar 10, 2021
…sp#228 - Added a test to check the response status on navigating to a non-existing user change page - Handled exceptions for an invalid UUID and a non-existing user Fixes openwisp#228
Saurav-Shrivastav
added a commit
to Saurav-Shrivastav/openwisp-users
that referenced
this issue
Mar 10, 2021
…sp#228 - Added a test to check the response status on navigating to a non-existing user change page - Handled exceptions for an invalid UUID and a non-existing user Fixes openwisp#228
Saurav-Shrivastav
added a commit
to Saurav-Shrivastav/openwisp-users
that referenced
this issue
Mar 13, 2021
…sp#228 - Added a test to check the response status on navigating to a non-existing user change page - Handled exceptions for an invalid UUID and a non-existing user Fixes openwisp#228
Saurav-Shrivastav
added a commit
to Saurav-Shrivastav/openwisp-users
that referenced
this issue
Mar 13, 2021
…sp#228 - Added a test to check the response status on navigating to a non-existing user change page - Handled exceptions for an invalid UUID and a non-existing user Fixes openwisp#228
Saurav-Shrivastav
added a commit
to Saurav-Shrivastav/openwisp-users
that referenced
this issue
Mar 13, 2021
…sp#228 - Added a test to check the response status on navigating to a non-existing user change page - Handled exceptions for an invalid UUID and a non-existing user Fixes openwisp#228
Saurav-Shrivastav
added a commit
to Saurav-Shrivastav/openwisp-users
that referenced
this issue
Mar 16, 2021
…sp#228 - Added a test to check the response status on navigating to a non-existing user change page - Handled exceptions for an invalid UUID and a non-existing user Fixes openwisp#228
Saurav-Shrivastav
added a commit
to Saurav-Shrivastav/openwisp-users
that referenced
this issue
Mar 17, 2021
…sp#228 - Added a test to check the response status on navigating to a non-existing user change page - Handled exceptions for an invalid UUID and a non-existing user Fixes openwisp#228
Saurav-Shrivastav
added a commit
to Saurav-Shrivastav/openwisp-users
that referenced
this issue
Mar 20, 2021
…sp#228 - Added a test to check the response status on navigating to a non-existing user change page - Handled exceptions for an invalid UUID and a non-existing user Fixes openwisp#228
nemesifier
pushed a commit
that referenced
this issue
Mar 20, 2021
- Added a test to check the response status on navigating to a non-existing user change page - Handled exceptions for an invalid UUID and a non-existing user Fixes #228
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to replicate the issue:
Try opening:
http://localhost:8000/admin/openwisp_users/user/15f0345b-b9c1-44b2-b674-0deac5c7c816/change/
http://localhost:8000/admin/openwisp_users/user/WRONG/change/
Expected outcome: 404, no exception raised
Actual outcome: exception is raised.
Cause:
openwisp-users/openwisp_users/admin.py
Line 411 in 8b4e84a
Solution:
The text was updated successfully, but these errors were encountered: