Opened 5 years ago
Closed 5 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.
Change History (4)
comment:1 by , 5 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 5 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 5 years ago
Summary: | Increase the length of the User model's first_name field to 150 characters → Increase the length of the User model's first_name field to 150 characters. |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Version: | 3.0 → master |
Note:
See TracTickets
for help on using tickets.
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.