﻿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
18701	Class Based VIew docs about JSONResponseMixin misleading	mbrochh@…	nobody	"Maybe I am wrong but the docs suggest to use the JSONResponseMixin like so:

{{{
from django.views.generic import View

class JSONView(JSONResponseMixin, View):
    pass
}}}

I feel that this doesn't make sense because View never calls any of the methods implemented in the JSONResponseMixin. It would make much more sense to inherit from TemplateView here instead of View.

The relevant part of the docs can be found here: https://docs.djangoproject.com/en/dev/topics/class-based-views/#more-than-just-html"	Bug	closed	Documentation	1.4	Normal	fixed	cbv, class based views, docs		Ready for checkin	1	0	0	0	1	0
