#9225: Add a 'tussenvoegsel' / 'surname prefix' field to User class
-----------------------------------------+----------------------------------
          Reporter:  [EMAIL PROTECTED]  |         Owner:  nobody                
                 
            Status:  closed              |     Milestone:                       
                  
         Component:  Contrib apps        |       Version:  1.0                  
                  
        Resolution:  wontfix             |      Keywords:  user dutch 
tussenvoegsel surname prefix
             Stage:  Unreviewed          |     Has_patch:  0                    
                  
        Needs_docs:  0                   |   Needs_tests:  0                    
                  
Needs_better_patch:  0                   |  
-----------------------------------------+----------------------------------
Changes (by russellm):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => wontfix
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 There would be at least two major problems associated with integrating
 this change into Django.

 Firstly, there is a backwards compatibility problem. Any existing
 installation will need to modify tables to include the new column.

 Secondly, and more significantly, there is a big i18n issue. While western
 European languages have a generally accepted "firstname/lastname"
 convention, this doesn't hold for asian names, or names in many other
 cultures. it's also problematic from a usability point of view - as an
 english speaker, if I saw "surname prefix" on a form, I would have no idea
 what to put into that field (I could guess, but it would definitely be a
 guess).

 If you have user requirements that are as specific as this, I would
 suggest defining your own User model.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9225#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to