Opened 16 years ago

Closed 16 years ago

#6976 closed (invalid)

should check has_add_permission(), not has_change_permission(), in user add view

Reported by: dfrishberg@… 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.

Change History (1)

comment:1 by Daniel Frishberg <dfrishberg@…>, 16 years ago

Resolution: invalid
Status: newclosed

Meant to assign this to newforms-admin.

Note: See TracTickets for help on using tickets.
Back to Top