`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:
> Star
Hi devs,
just stumbled upon a small (docs?) issue: at
https://docs.djangoproject.com/en/4.1/topics/forms/modelforms/#enabling-localization-of-fields
, there is an example of how to use that feature. but copy'n'pasting
that, it won't work, as "fields" is stilla required attribute in the
Meta c
Week ending September 2, 2022
*Triaged: *
https://code.djangoproject.com/ticket/33960 - migrate command crashes on
SQLite < 3.20. (accepted)
https://code.djangoproject.com/ticket/33958 - Missing imports in
"Expressions can reference transforms" section. (accepted)
https://code.django