Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct max_length for UserAndProfileForm #1204

Merged

Conversation

alexcrawley
Copy link
Contributor

Django's User model specifies a max_length of 30 for first_name and last_name fields.

https://github.com/django/django/blob/stable/1.4.x/django/contrib/auth/models.py#L235

Django's User model specifies a max_length of 30 for first_name and last_name fields.

https://github.com/django/django/blob/stable/1.4.x/django/contrib/auth/models.py#L235
@maiksprenger
Copy link
Member

Looks good to me. Leaving it to @codeinthehole as it'll probably require a release for 0.5

maiksprenger added a commit that referenced this pull request Apr 1, 2014
…too_many_characters

Correct max_length for UserAndProfileForm
@maiksprenger maiksprenger merged commit 5cafe67 into releases/0.5 Apr 1, 2014
@maiksprenger
Copy link
Member

Merged. You can bug @codeinthehole for a release if needed.

@mbertheau mbertheau deleted the issue/customer_form_allows_too_many_characters branch November 24, 2014 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants