When creating permissions dbsettings uses cls._meta.verbose_name. I've
marked this as a translatable string and this causes problems. Permissions
like 'can_edit_<django.utils.functional.__proxy__ object at
0x43705a8c>_settings' are being created and this violates the 50 char limit.
A solution is to use cls._meta.verbose_name_raw. I've attached a diff.
Regards,
Simon
Original issue reported on code.google.com by simoncelen@gmail.com on 4 Jul 2007 at 5:36
Original issue reported on code.google.com by
simoncelen@gmail.com
on 4 Jul 2007 at 5:36Attachments: