Re: timesince and timeuntil - should we use python-dateutil?

2022-08-02 Thread אורי
Hi, I created my own utility function: *from dateutil.relativedelta import relativedelta* *from django.utils.timesince import TIME_STRINGS as timesince_time_strings**from django.utils.html import avoid_wrapping* *from django.utils.translation import gettext, get_language* *d

Re: timesince and timeuntil - should we use python-dateutil?

2022-08-02 Thread אורי
Hi Carlton, I understand, thank you. Uri Rodberg, Speedy Net אורי u...@speedy.net On Tue, Aug 2, 2022 at 10:54 AM Carlton Gibson wrote: > Hey Uri. > > Historically, taking on extra dependencies isn't something we've done > lightly. > The packaging situation is a lot better these days than it

Re: timesince and timeuntil - should we use python-dateutil?

2022-08-02 Thread Carlton Gibson
Hey Uri. Historically, taking on extra dependencies isn't something we've done lightly. The packaging situation is a lot better these days than it was in earlier years, but with the concerns about supply chain security I think maintaining that position is worthwhile. If we were to take on python-d