--
Ticket URL: <https://code.djangoproject.com/ticket/29939>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Timothy Allen
* status: new => assigned
* type: Bug => Cleanup/optimization
Comment:
I believe it would be reasonable to increase the max_length to 191, to be
consistent with recent changes to other fields such as `username` on the
`django.contrib.auth` user model. The 191 character limit is a MySQL
limitation for indexing. I will take a shot at making a patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/29939#comment:1>
* has_patch: 0 => 1
Comment:
Patch has been issued as a PR: https://github.com/django/django/pull/10627
--
Ticket URL: <https://code.djangoproject.com/ticket/29939#comment:2>
* needs_tests: 0 => 1
* stage: Unreviewed => Accepted
Comment:
This request looks reasonable. Although I am not sure about the max_length
to be 191.
--
Ticket URL: <https://code.djangoproject.com/ticket/29939#comment:3>
* stage: Accepted => Ready for checkin
* needs_tests: 1 => 0
Comment:
The [https://groups.google.com/d/topic/django-
developers/COgj6sAsVvQ/discussion django-developers discussion] yielded a
consensus to increase the max_length to 150 like the `User.username` and
`User.last_name` fields.
--
Ticket URL: <https://code.djangoproject.com/ticket/29939#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"e81955401885a93a459bcc130642b6ea5bf4ba4d" e8195540]:
{{{
#!CommitTicketReference repository=""
revision="e81955401885a93a459bcc130642b6ea5bf4ba4d"
Fixed #29939 -- Increased Group.name max_length to 150 characters.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29939#comment:5>