﻿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
17206	Example of ViewDoesNotExist error page in tutorial is outdated	rabio	nobody	"Content of ViewDoesNotExist error page in third part of the tutorial is inconsistent with what user will actually see. Diff below corrects this.

{{{
--- a/docs/intro/tutorial03.txt
+++ b/docs/intro/tutorial03.txt
@@ -147,8 +147,7 @@ You should get a pleasantly-colored error page with the following message::
 
     ViewDoesNotExist at /polls/
 
-    Tried index in module polls.views. Error was: 'module'
-    object has no attribute 'index'
+    Could not import polls.views.index. View does not exist in module polls.views.
 
 This error happened because you haven't written a function ``index()`` in the
 module ``polls/views.py``.
}}}"	Uncategorized	closed	Documentation		Normal	fixed			Ready for checkin	1	0	0	0	0	0
