On 5/9/2009 11:28 AM, adrian wrote: > > This filter is returning an empty string for a valid date (or datetime > with 0,0,0 added) in > Django 1.0.2. > > The documentation for this says: > >> Comparing offset-naive and offset-aware datetimes will return an empty >> string. > > but it doesn't say which type it uses. > > Shouldn't this say something like: > >> Using an offset-naive datetime will return an empty string. > > Or is there something else I could be doing wrong? > > Thanks > > The template: > >> There are {{ earliest_date }}{{ earliest_date|timeuntil }} until the event. > > displays: > > There are 2009-05-17 until the event.
Are you definitely passing in `earliest_date` as a `datetime.date` object to the template? -- George --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---