﻿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
15314	Kwargs need to be passed as a non-positional argument in django.conf.urls.static	Bruno Renié	Jannis Leidel	"The new django.conf.urls.static helper added in r15530 is not usable as stated in the docs:

{{{
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
}}}

gives a {{{TypeError, url() got an unexpected keyword argument 'document_root'}}}.

This is because the url() function needs {{{kwargs}}} instead of {{{**kwargs}}}."		closed	contrib.staticfiles	dev		fixed			Ready for checkin	1	0	0	0	0	0
