﻿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
23665	"Precedence of ""locale-dictated format"" not mentioned for `MONTH_DAY_FORMAT` and `YEAR_MONTH_FORMAT` settings"	James Beith	Berker Peksag	"When reading the documentation for [https://docs.djangoproject.com/en/1.7/ref/settings/#short-date-format SHORT_DATE_FORMAT], and other similar Globalization (i18n/l10n) settings, there is a mention about the use of `USE_L10N`.
  
> Note that if `USE_L10N` is set to `True`, then the corresponding locale-dictated format has higher precedence and will be applied.
  
However when I was reading the [https://docs.djangoproject.com/en/1.7/ref/settings/#std:setting-MONTH_DAY_FORMAT MONTH_DAY_FORMAT] and [https://docs.djangoproject.com/en/1.7/ref/settings/#std:setting-YEAR_MONTH_FORMAT YEAR_MONTH_FORMAT] settings there was no mention about `USE_L10N`. 
  
I was left unsure as to whether the value of `USE_L10N` affected these two settings. It could be worth mentioning explicitly whether it does or not so the reader is clearly aware."	Cleanup/optimization	closed	Documentation	1.7	Normal	fixed			Accepted	1	0	0	0	0	0
