#5126: Populate `initial_data` of forms from model instance
------------------------------------------------+---------------------------
   Reporter:  Christopher Lenz <[EMAIL PROTECTED]>  |                Owner:  
adrian                
     Status:  new                               |            Component:  
django.newforms       
    Version:  SVN                               |           Resolution:         
               
   Keywords:                                    |                Stage:  Design 
decision needed
  Has_patch:  1                                 |           Needs_docs:  0      
               
Needs_tests:  1                                 |   Needs_better_patch:  0      
               
------------------------------------------------+---------------------------
Comment (by Kevin Menard):

 Christopher,
 
 I've attached a patch that I think addresses the same problems you've had.
 This patch is fairly simplistic in nature and all it does is set the form
 field's initial value to that of the model's default value, if one is
 provided.  Using this patch, my admin forms in the newforms-admin branch
 have been populated with the correct initial values.
 
 Please try it out and let me know if it does what you need.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5126#comment:5>
Django Code <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