Opened 17 years ago
Closed 17 years ago
#5402 closed (fixed)
[newforms-admin] - UserAdmin should have fieldsets attribute
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | newforms-admin, authorization | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In [6080] fields argument was renamed to fieldsets. But it wasn't renamed in django.contrib.auth.models.UserAdmin. It can be changed by the attached patch.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | fieldsets-for-user.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6099]) newforms-admin: Fixed #5402 -- Updated some model options to reflect the renaming of fields to fieldsets in [6080]. Thanks to Petr Marhoun <petr.marhoun@…> for the patch.