Opened 11 years ago
Closed 11 years ago
#20728 closed Bug (duplicate)
name field on auth_permission too short
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.auth | Version: | 1.5 |
Severity: | Normal | Keywords: | auth_permission, name |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If the verbose_name of the table is over 80 characters the syncdb command will silently fail.
The name field on auth_permissions table is too short to store if verbose_name are that long, so it doesn't update and you cannot assign permissions.
The obvious workaround is to manually change the field length.
Note:
See TracTickets
for help on using tickets.
Duplicate of #8162.