﻿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
16909	django.utils.formats.get_format function uses wrong language	defaultwombat	Jannis Leidel	"django/utils/formats.py

The ''lang'' argument in the ''get_format()'' function is not used for picking the right language module, as the ''get_format_modules()'' function always used the language from ''get_language()''.

Actually the language is only used for the cache key so the result of the wrong module will be cached.

As ''get_format_modules()'' is only used in ''get_format()'' and ''django.views.i18n.get_formats()'' I think its save to add an optinal lang=None argument to its definition."	Bug	closed	Internationalization	1.3	Normal	fixed	l10n get_format lang	masterjakul@…	Accepted	0	0	0	0	0	0
