#9598: create_user should allow specifying more fields
-----------------------------------------------------+----------------------
          Reporter:  to.roma.from.dj...@qwertty.com  |         Owner:  nobody
            Status:  new                             |     Milestone:        
         Component:  Authentication                  |       Version:  1.0   
        Resolution:                                  |      Keywords:        
             Stage:  Design decision needed          |     Has_patch:  0     
        Needs_docs:  0                               |   Needs_tests:  0     
Needs_better_patch:  0                               |  
-----------------------------------------------------+----------------------
Comment (by dc):

 -1 for the change. Can already be achieved with

 {{{
 user = User(**kwargs)
 user.set_password('password')
 user.save()
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9598#comment:3>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to