﻿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
27330	Generic CreateView/UpdateView doesn't send the kwargs to get_context_data	Dorian Amouroux		"I noticed that the generic classes CreateView and UpdateView doesn't inject the kwargs into the `get_context_data()` method.

We can see here https://github.com/django/django/blob/stable/1.10.x/django/views/generic/edit.py#L174 that the methods `get` and `post` call `get_context_data` without `**kwargs` in parameter.

I couldn't find a reason for that."	Bug	closed	Generic views	1.10	Normal	duplicate			Unreviewed	1	0	0	0	1	0
