﻿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
24682	generic editing views pointing to wrong method	Steve Hiemstra	nobody	"The form_valid method of [https://docs.djangoproject.com/en/1.8/ref/class-based-views/flattened-index/#createview CreateView] is pointing [https://docs.djangoproject.com/en/1.8/ref/class-based-views/mixins-editing/#django.views.generic.edit.FormMixin.form_valid here]. This is FormMixin, however I believe it should be point [https://docs.djangoproject.com/en/1.8/ref/class-based-views/mixins-editing/#django.views.generic.edit.ModelFormMixin.form_valid here], the ModelFormMixin implementation of form_valid.

The same applies to UpdateView.

"	Bug	closed	Documentation	dev	Normal	fixed			Accepted	1	0	0	0	1	0
