`USE_L10N = True` breaks all my forms that have Datetime fields. The 
`value` attribute of the date inputs no longer are in the right format, and 
the POSTing the data fails. Might be worth alerting other as part of the 
release.

On Thursday, 11 August 2022 at 18:30:36 UTC+2 Michael wrote:

> Starting with version Django 5.0, with USE_L10N setting being removed, 
> will there be any way to control how date times look in the Admin site? 
> Removing this setting makes scientific/engineering applications lose a lot 
> of control in the admin interface. Say I have a field created_utc and it 
> needs to be shown in ISO format in the admin interface, how would one do 
> that with this change?
>
> On Friday, 13 August 2021 at 15:55:29 UTC+2 Uri wrote:
>
>> In my project USE_L10N = True and USE_I18N = True since the 
>> beginning (2016).
>> אורי
>> u...@speedy.net
>>
>>
>> On Fri, Aug 13, 2021 at 4:47 PM Claude Paroz <cla...@2xlibre.net> wrote:
>>
>>> I don't think I've ever set USE_L10N to True, and I've been using 
>>>> Django in production since 0.96. 
>>>>
>>>
>>> What would be most interesting to know is whether setting USE_L10N to 
>>> True would cause issues in your projects.
>>>
>>> Claude
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Django developers (Contributions to Django itself)" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to django-develop...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-developers/7da3ed2b-8d31-4c9e-9423-c8eac33f93cfn%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/django-developers/7da3ed2b-8d31-4c9e-9423-c8eac33f93cfn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/55ae6713-d3f7-4eed-b787-16c370c2469en%40googlegroups.com.

Reply via email to