On Thu, Mar 10, 2011 at 5:31 PM, octopusgrabbus <old_road_f...@verizon.net> wrote: > The code's in the last post. What other code would you like to see? >
If you'd like help, please reply to the list, not to me directly. Thanks. *Some* code is in the post. Your problem is that you are formatting a date as a string, and trying to update a DateTime field with it. The string does not conform to a format that django can understand, and you get a validation error. You haven't shown: A sample of the date that gets generated as a string The code that generates the date as a string IE, anything that could help determine why it fails. All the code you've shown so far is uninteresting to this problem. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.