#29663 closed Bug (fixed)
POST to admin change view should redirect to changelist view if user has "view" permission
Description ¶
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.
Change History (4)
comment:1 by , 7 years ago
Has patch: | set |
---|
comment:2 by , 7 years ago
Component: | Uncategorized → contrib.admin |
---|---|
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/10291