#8637: timeuntil filter crashes with datetime.date values -----------------------------+---------------------------------------------- Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: Template system | Version: SVN Keywords: timeuntil | Stage: Unreviewed Has_patch: 0 | -----------------------------+---------------------------------------------- We got this issue after #7201 fixed.
Since datetime.date objects does not have tzinfo attribute, [source:/django/trunk/django/utils/timesince.py#8579 utils.timeuntil] raises AttributeError thus blocking operation. -- Ticket URL: <http://code.djangoproject.com/ticket/8637> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
