#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.
Note:
See TracTickets
for help on using tickets.
(In [2727]) magic-removal: Fixed #1670 -- Added translation hooks for User and Group model fields that didn't have them.