Re: humanized dates

2006-07-24 Thread jws
> functionality in django.utils.dateformat introduces some other Well, consider that under-documented. It's not clear how to do that as a filter in the Template Guide. I'll agree that it's outside the scope of 'humanize'. --~--~-~--~~~---~--~~ You received this

Re: humanized dates

2006-07-23 Thread Adrian Holovaty
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,

humanized dates

2006-07-22 Thread jws
The humanize middleware should probably handle pretty-printing dates as well. It should also reflect I18N, if possible. I started a thread in that group regarding this. http://groups.google.com/group/Django-I18N/browse_thread/thread/f33c087fc57fb2bc Are there any opinions about how to best abstr