On Jun 30, 8:36 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > It sounds like I'm using "event_date" without defining it first. But > the examples in the Django documentation do the same thing. What am I > doing wrong?
Try: super(CurrentManager, self).get_query_set().filter(event_date__gte=datetime.date.today()) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---