﻿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
21941	document kwargs parameter to url()	Chris Jerdonek	Tim Martin	"Currently, the documentation of the [https://docs.djangoproject.com/en/dev/ref/urls/#url url()] function does not document the `kwargs` parameter.  This issue is to document that parameter.  The documentation should be sure to cover the cases of both function views and class-based views.

I believe step (4) of the [https://docs.djangoproject.com/en/dev/topics/http/urls/#how-django-processes-a-request ""How Django processes a request""] section should also be updated in this regard:

  ""Once one of the regexes matches, Django imports and calls the given view, which is a simple Python function (or a class based view). The view gets passed an HttpRequest as its first argument and any values captured in the regex as remaining arguments.""

I don't know if the kwargs parameter is documented somewhere else in the docs.
"	Cleanup/optimization	closed	Documentation	1.6	Normal	fixed	url,kwargs	chris.jerdonek@… numerodix@… Tim Martin	Accepted	1	0	0	0	1	0
