On 7/22/06, jws <[EMAIL PROTECTED]> wrote: > The humanize middleware should probably handle pretty-printing dates as > well. It should also reflect I18N, if possible.
I don't see a need for this, considering Python's built-in strftime() method is capable of formatting date objects as text. Also, the functionality in django.utils.dateformat introduces some other formatting options, with translation strings marked for i18n. Is there another type of date pretty-printing that I'm overlooking? Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
