Opened 16 years ago

Closed 16 years ago

#6311 closed (duplicate)

"First name" and "Last name" in user model is too bad

Reported by: Alexandre <amartani@…> Owned by: nobody
Component: Internationalization Version: dev
Severity: Keywords: first last name user model
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The user model has fields for "first name" and "last name". In many non-English speaking countries, people are not named this way, which can lead to several problems.
See: http://rishida.net/blog/?p=100

Change History (3)

comment:1 by Ilya Semenov, 16 years ago

Agreed, a framework which is designed to be internationalizable shouldn't rely on Western first/last name schema. That's a legacy shortseeing, like not using unicode in the initial django releases.

If anyone actually needs the formal person data, he might use 1:1 relation with some Person model (and put there First, Last, Title, Position, Date of Birth and other fields which shouldn't be in the "generic" User model).

comment:2 by Ramiro Morales, 16 years ago

See #5638

comment:3 by Collin Grady <cgrady@…>, 16 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top