POST to admin change view should redirect to changelist view if user has "view" permission
When a user has the "view" permission they are still allowed to POST to an admin change view (see #29660). Upon a success they should be redirected to the changelist page as they have permission to view the list of objects. However, current behavior erroneously redirects to the admin index page.
Component: |
Uncategorized → contrib.admin
|
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
https://github.com/django/django/pull/10291