﻿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
19316	Set args, kwargs & request before dispatch	ghickman	nobody	"By moving the assignment of args, kwargs & request on self out of dispatch to the nested {{{view}}} method in {{{as_view}}} we can avoid the need for an additional hook to the CBV API while allowing easier overriding of {{{dispatch}}}. Anyone wishing to override {{{dispatch}}} with HTTP method agnostic code, such as permissions checks, can then rely on these variables being available on self.

Mailing list discussion: https://groups.google.com/forum/?fromgroups=#!topic/django-developers/7c7aI-slGNc

Pull Request: https://github.com/django/django/pull/532"	Cleanup/optimization	closed	Generic views	dev	Normal	fixed		mike@…	Ready for checkin	1	0	0	0	0	0
