﻿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
16963	relocate base View class to views.base from views.generic.base	Preston Holmes	Preston Holmes	"Much thought went into the technique used for exposing a python class to the URLconf and making it sane in the context of the View contract in a thread safe way.

However, the base class, View, is located in the generic module, implying that it is somehow tied to generic views.

I propose that this base class is a good default for anyone doing class-based views in Django, and that its use outside the context of generic views should be made explicitly obvious by relocating the location of the code outside of the generic views module."	Cleanup/optimization	closed	Generic views	dev	Normal	wontfix			Accepted	1	0	0	1	0	0
