#8632: Permission name field is to short when handling Models with long names
----------------------------+-----------------------------------------------
Reporter: stefanfoulis | Owner: nobody
Status: new | Milestone:
Component: Authentication | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
----------------------------+-----------------------------------------------
django/contrib/auth/models.py, line 72
name = models.CharField(_('name'), max_length=50)
When handling models with long names max_length is to short for the auto-
generated Permission names. Why not just use max_length=255?
It's a trivial change and would be nice to have it in 1.0
--
Ticket URL: <http://code.djangoproject.com/ticket/8632>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---