Hi Adam,

On Sep 22, 6:05 pm, "Adam Findley" <[EMAIL PROTECTED]> wrote:
> 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?

Yes.

>
> 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?

What version of Django are you on?

-RD

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to