Re: datetime_safe deprecation

2021-08-02 Thread Matthew Hegarty
Hi - I missed it, but that is exactly what I was looking for thanks On Sunday, 1 August 2021 at 18:43:12 UTC+1 timog...@gmail.com wrote: > Hi, did you consult the ticket? > https://code.djangoproject.com/ticket/32738 > > On Sunday, August 1, 2021 at 1:09:04 PM UTC-4 mrhe...@gmail.com wrote: > >>

datetime_safe deprecation

2021-08-01 Thread Matthew Hegarty
I note that datetime_safe is to be removed in Django 5.0 . This module fixed the issue with the date padding for years < 1000, however this issue still remains . Please