Changes between Initial Version and Version 1 of Ticket #34853, comment 4
- Timestamp:
- Sep 22, 2023, 1:39:37 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34853, comment 4
initial v1 10 10 ''Accept-Language Header takes precedence over language set with cookie when rendering date input form fields'' 11 11 12 This is a minimal example of a previously submitted bug - the original issue can be found here: https://code.djangoproject.com/ticket/3485312 This is a minimal example of a previously submitted bug - found in the original bug report above. 13 13 14 14 In the first example, the language and locale is set to '''en-US''' but the form fields are localized to '''da_DK'''. The docs make no mention that this should be the expected behaviour. I also show that output localizations, such as times and dates strings are localized properly as they should (see green text in images).