﻿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
25812	Cannot use custom formats after security fix in 1.8.7 (regression)	Gagaro	Gagaro	"Before the security fix in 1.8.7, we could have custom formats in formats.py files and used them. For example, if I have the following formats.py:


{{{
CUSTOM_DAY_FORMAT = 'd/m/Y CUSTOM'
}}}

I could used it:

{{{
>>> get_format('CUSTOM_DAY_FORMAT')
'd/m/Y CUSTOM'
}}}

But now it returns 'CUSTOM_DAY_FORMAT' instead.

https://github.com/django/django/pull/5719"	Bug	closed	Internationalization	1.8	Release blocker	fixed	formats		Ready for checkin	1	0	0	0	0	0
