﻿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
20890	Missing View import on a Class Based View Introduction documentation example	andre.augustosc@…	nobody	"There's a missing import on a Class Based Views introduction documentation example

The diff is

{{{
diff --git a/docs/topics/class-based-views/intro.txt b/docs/topics/class-based-views/intro.txt
index a65b887..eb5f32b 100644
--- a/docs/topics/class-based-views/intro.txt
+++ b/docs/topics/class-based-views/intro.txt
@@ -196,6 +196,7 @@ A basic function-based view that handles forms may look something like this::

 A similar class-based view might look like::

+    from django.views.generic.base import View
     from django.http import HttpResponseRedirect
     from django.shortcuts import render
}}}

I've made a pull request on [https://github.com/django/django/pull/1462]"	Uncategorized	closed	Documentation	1.5	Normal	fixed			Unreviewed	1	0	0	0	1	0
