﻿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
25859	DeleteView should inherit from a more generic ConfirmView	windwarrior	nobody	"When developing applications I am very content by the CBV's that are available in django. However, I am missing a single viewtype. Many actions need explicit confirmation by users, deleting objects, publishing objects, etc.

Django provides a DeleteView to cover the delete case, but publishing an object (which can be a sensitive action that needs confirmation) should not be modeled as a DeleteView as it shouldnt respond to HTTP delete. Therefore I vouch for splitting the DeleteView in a more generic ConfirmView (that you can then use for the publishing case), and altering DeleteView to inherit from it and respond to a HTTP delete.

I am willing to implement this, but I wanted to know whether you feel the same before I start programming :)."	New feature	closed	Generic views	dev	Normal	needsinfo	DeleteView, ConfirmView		Unreviewed	0	0	0	0	0	0
