#11075: DateField on ManyToMany intermediary won't accept input
-------------------------------------------+--------------------------------
 Reporter:  singingwolfboy                 |       Owner:  nobody    
   Status:  new                            |   Milestone:            
Component:  Database layer (models, ORM)   |     Version:  1.0       
 Keywords:  manytomanyfield m2m datefield  |       Stage:  Unreviewed
Has_patch:  0                              |  
-------------------------------------------+--------------------------------
 I cannot save() my m2m intermediary model, because it is throwing an error
 on a date validation. However, the date is correct -- it does not accept
 either a Python date object, or a properly formatted datestring. The
 object can be created and referenced successfully, but cannot be saved.

 Full traceback demonstrating error is attached, and also here:
 http://dpaste.com/hold/43152/
 As a reference, the relevant models are attached, and also here:
 http://dpaste.com/hold/43153/

 Help? Is any more information needed?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11075>
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