Re: (Circa end of 2021) Localization issues with input type=date?

2022-06-29 Thread Carlton Gibson
Thanks Denny. I'll follow-up on the PR. Let's see what folks have to say. 👍 Kind Regards, Carlton On Wed, 29 Jun 2022 at 22:20, Denny Biasiolli wrote: > Hi Carlton, > > Here we go: https://github.com/django/django/pull/15806 > Just a draft for now, tried on a local Django project with a test

Re: (Circa end of 2021) Localization issues with input type=date?

2022-06-29 Thread Denny Biasiolli
Hi Carlton, Here we go: https://github.com/django/django/pull/15806 Just a draft for now, tried on a local Django project with a test model using Date, Time and DateTime fields. I'm thinking to backward compatibility for custom admin templates, any thoughts? Thanks Denny On Wednesday, June 29

Re: (Circa end of 2021) Localization issues with input type=date?

2022-06-29 Thread Carlton Gibson
Hey Denny. Thanks for looking at this! > My idea was to change... Can I get you to put that into a (draft) PR on GitHub? It's much easier to think about with code in hand. :) Kind Regards, Carlton On Tuesday, 28 June 2022 at 18:47:57 UTC+2 denny.b...@gmail.com wrote: > Hi everyone, > > I