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.
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 |
Version 0, edited 5 years ago by (next)
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.