﻿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
6679	decorator_from_middleware() doesn't call process_view() properly	Marty Alchin	Gary Wilson	"In `django.utils.decorators.decorator_from_middleware()`, the portion which calls the middleware's `process_view()` method does with the dynamic argument modifies `*` and `**`, even though the middleware protocol specifies that the `args` and ``kwargs`` values should come in as separate distinct arguments.

If this function is used to transform any middleware that implements the `process_view()` method into a decorator, a `TypeError` is raised when any view using that decorator is executed.

{{{
TypeError: process_view() got an unexpected keyword argument '...'
}}}"		closed	Uncategorized	dev		fixed			Ready for checkin	1	0	0	0	0	0
