﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35142	DATE and DATETIME settings have no effect since USE_L10N was deprecated	Paul	nobody	"Since 5.0 **USE_L10N** settings was DEPRECATED and is always True.

Now settings like **DATE_FORMAT**, **DATETIME_FORMAT**, **DATE_FORMAT_INPUTS** etc.. don't work because as per documentation:
""Note that the locale-dictated format has higher precedence and will be applied instead. But now locale-dictated formats are always enabled.""
Now locale-dictated formats will always have higher precedence.

It alse breaks editing on all ModelForms which have date and datetime fields because the input is expecting ISO format, but Django forcefully localizes the value attribute to another format.

I've found a solution but overriding the formats.py file using the **FORMAT_MODULE_PATH** setting. I think at least the documents should make it clear you can do that.

DEMO PROJECT: https://github.com/paulik123/django-demo-l10n
"	Cleanup/optimization	closed	Internationalization	5.0	Normal	needsinfo	USE_L10N, localization	Claude Paroz	Unreviewed	0	0	0	0	0	0
