On 10/6/06, daibatzu <[EMAIL PROTECTED]> wrote:
>
[snip]
>
> Finally, does Django have helpers that output natural text. Like, I
> think, Ruby (or rails?) can say stuff like "3 days ago" or "less than a
> minute ago" and so on with respect to time. Does Django or Python have
> similar libraries?
>
You'll want to use template filters for that. Specifically timesince
[1] and timeuntil. There are also some other (non-date) filters in the
contrib app huminize [2] you may find useful. A quick search of the
wiki may turn up some other similar filters as well.

[1]: http://www.djangoproject.com/documentation/templates/#timesince
[2]: http://www.djangoproject.com/documentation/add_ons/#humanize


-- 
----
Waylan Limberg
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to