Opened 4 years ago

Closed 4 years ago

#31371 closed Cleanup/optimization (fixed)

Increase the length of the User model's first_name field to 150 characters.

Reported by: Ryan Petrello Owned by: Ryan Petrello
Component: contrib.auth Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Large parts of the world have first *and* last names that can easily exceed the current 30 char limit - in recent history, the length of the last_name field was expanded, but the first_name field is still limited to 30 characters.

See: https://code.djangoproject.com/ticket/26993

Change History (4)

comment:1 by Carlton Gibson, 4 years ago

Triage Stage: UnreviewedAccepted

Accepting this based on previous discussions of ≈the same issue.
https://groups.google.com/d/msg/django-developers/COgj6sAsVvQ/04-gF4mMBAAJ

Thanks for the report.

comment:2 by Hasan Ramezani, 4 years ago

Has patch: set
Owner: changed from nobody to Ryan Petrello
Status: newassigned
Last edited 4 years ago by Mariusz Felisiak (previous) (diff)

comment:3 by Mariusz Felisiak, 4 years ago

Summary: Increase the length of the User model's first_name field to 150 charactersIncrease the length of the User model's first_name field to 150 characters.
Triage Stage: AcceptedReady for checkin
Version: 3.0master

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 5f8495a:

Fixed #31371 -- Increased User.first_name max_length to 150 characters.

Note: See TracTickets for help on using tickets.
Back to Top