So I have a pretty simple case here in a view: event = Event.Objects.get(id='23') event.end_date = datetime.now() event.save()
It should just work right? When looking at the queries, the UPDATE command has all of the keys quoted, but not the values. This causes the query to fail. For some reason this fails in the view, but doesn't fail in the shell... I'm at such a loss here. Any ideas here? Adam --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---