Updates not working

2008-09-22 Thread Adam Findley
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 rea

disabling a field

2008-05-05 Thread Adam Findley
So I've been wondering how one goes about disabling a field in newforms. I want it to look something like this: Anyone have any suggestions? I have been digging through google, documentation and widgets, but have been unable to come to a conclusive answer. Thanks, Adam --~--~-~--~--

Re: Which ajax framework django will support in the upcoming 1.0, prototype/dojo/jquery?

2007-04-10 Thread Adam Findley
James Bennett wrote: > On 4/10/07, erdong ma <[EMAIL PROTECTED]> wrote: >> I do not know if a decision has been made on the ajax framework in 1.0. > > Django will not bundle any JavaScript library or provide integration > hooks with any specific library; Django will continue to make it easy > to