Opened 17 years ago

Closed 17 years ago

#5402 closed (fixed)

[newforms-admin] - UserAdmin should have fieldsets attribute

Reported by: Petr Marhoun <petr.marhoun@…> 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)

fieldsets-for-user.diff (546 bytes ) - added by Petr Marhoun <petr.marhoun@…> 17 years ago.

Download all attachments as: .zip

Change History (2)

by Petr Marhoun <petr.marhoun@…>, 17 years ago

Attachment: fieldsets-for-user.diff added

comment:1 by Russell Keith-Magee, 17 years ago

Resolution: fixed
Status: newclosed

(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.

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