﻿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
20083	Fix for #18985 makes it impossible to filter deprecation warnings	Aymeric Augustin	nobody	"The following does nothing on Python >= 2.7 because warnings are piped into logging since [44046e8a]:

{{{
warnings.filterwarnings(
    'error',
    r'django\.conf\.urls\.defaults is deprecated; use django\.conf\.urls instead',
    DeprecationWarning,
    r'django\.conf\.urls\.defaults')
}}}

That's a bit annoying."	Bug	closed	Core (Other)	1.5	Normal	worksforme		hv@…	Accepted	0	0	0	0	0	0
