#1605: DateTime fields not being populated back
----------------------------+-----------------------------------------------
 Reporter:  yml             |       Owner:  adrian
     Type:  defect          |      Status:  new   
 Priority:  normal          |   Milestone:        
Component:  Core framework  |     Version:  0.91  
 Severity:  normal          |    Keywords:        
----------------------------+-----------------------------------------------
 There's a problem with DateTime fields not being populated back to the
 form using the edit_place function.
 
 This seems to provide the solution:
 
 In place of:
 new_data = place.__dict__
 
 use:
 new_data = manipulator.flatten_data()

-- 
Ticket URL: <http://code.djangoproject.com/ticket/1605>
Django <http://code.djangoproject.org/>
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to