Author: julien
Date: 2011-11-12 05:30:05 -0800 (Sat, 12 Nov 2011)
New Revision: 17082
Modified:
django/trunk/docs/intro/tutorial03.txt
Log:
Fixed #17206 -- Fixed an outdated error message in the tutorial part 3. Thanks,
rabio.
Modified: django/trunk/docs/intro/tutorial03.txt
===================================================================
--- django/trunk/docs/intro/tutorial03.txt 2011-11-11 13:07:14 UTC (rev
17081)
+++ django/trunk/docs/intro/tutorial03.txt 2011-11-12 13:30:05 UTC (rev
17082)
@@ -147,8 +147,7 @@
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``.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.