Re: filtering by if a date field is empty

2007-04-22 Thread drackett
yep, thanks! On Apr 22, 1:38 pm, "Honza Král" <[EMAIL PROTECTED]> wrote: > On 4/22/07, drackett <[EMAIL PROTECTED]> wrote: > > > > > I am trying to grab objects from a model only if they are not complete > > using a context processor. This is the code I have right now, but it > > doesn't work.

Re: filtering by if a date field is empty

2007-04-22 Thread Honza Král
On 4/22/07, drackett <[EMAIL PROTECTED]> wrote: > > I am trying to grab objects from a model only if they are not complete > using a context processor. This is the code I have right now, but it > doesn't work. Is there an easy way to filter by if a date field is > empty/null? > > def