Re: Humanize duration fields

2021-01-12 Thread Yasiel Cabrera
;> (naturalduration) in django.contrib.humanize to humanize duration fields. >> Duration fields are native in django since 1.8 version I believe but there >> is not native way to humanize them as I see. >> >> If you approve the proposal, I can create the filter & doc

Re: Humanize duration fields

2021-01-12 Thread Adam Johnson
d a new filter > (naturalduration) in django.contrib.humanize to humanize duration fields. > Duration fields are native in django since 1.8 version I believe but there > is not native way to humanize them as I see. > > If you approve the proposal, I can create the filter & docs. > >

Humanize duration fields

2021-01-11 Thread Yasiel Cabrera
Hey guys, I'm starting this thread to consult if make sense add a new filter (naturalduration) in django.contrib.humanize to humanize duration fields. Duration fields are native in django since 1.8 version I believe but there is not native way to humanize them as I see. If you approv