Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1670 closed defect (fixed)

Verbose_name missing in some fields of User and Group models, thus no i18n.

Reported by: Rudolph Froger Owned by: hugo
Component: Internationalization Version: magic-removal
Severity: normal 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

To complete i18n on the User en Group model: the verbose_name of the user permissions field and the groups field of the User model should be set (and a little usability issue here: the groups field should have a filter_interface, just like the permissions). Also the verbose_name of the permissions field of the group model should be set.

Change History (2)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2727]) magic-removal: Fixed #1670 -- Added translation hooks for User and Group model fields that didn't have them.

comment:2 by Adrian Holovaty, 18 years ago

milestone: Version 0.92

Milestone Version 0.92 deleted

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