Skip to content

Commit

Permalink
Fixed #17206 -- Fixed an outdated error message in the tutorial part …
Browse files Browse the repository at this point in the history
…3. Thanks, rabio.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jphalip committed Nov 12, 2011
1 parent c3df840 commit 726f082
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/intro/tutorial03.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit 726f082

Please sign in to comment.