Opened 17 years ago
Closed 17 years ago
#6976 closed (invalid)
should check has_add_permission(), not has_change_permission(), in user add view
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django/contrib/auth/admin.py:UserAdmin:add_view(): The first thing that is done is to check whether the user has change permissions. This should be add permissions for the add view.
Note:
See TracTickets
for help on using tickets.
Meant to assign this to newforms-admin.