Hi folks,

I was about to start fixing ticket
#18202<https://code.djangoproject.com/ticket/18202>,
and I have a little doubt of how to focus that ticket. The workaround
proposed by "oradoe" seems good and works fine, but that will allow to show
only one level, like "10 minutes ago", "2 hours ago" or "4 months ago". As
it's propose on the ticket, maybe add some extra parameter to the filter to
allow that the user can specify how many deep levels he wants.

The problem there is that the filter uses
django.utils.timesince<https://github.com/django/django/blob/master/django/utils/timesince.py>,
that actually only returns 2 levels as maximum. Should I change thoset
functions too? I think it won't be difficult to change it and maintain the
current behavior as the default one, but I would like to check it with you
before.

Cheers,

-- 
Pablo Recio Quijano

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to