#15192: 1.2/tutorial04 refers to class-based generic views
---------------------------+------------------------------------------------
 Reporter:  MixedContent   |          Owner:  nobody    
   Status:  new            |      Milestone:            
Component:  Uncategorized  |        Version:  1.2       
 Keywords:                 |   Triage Stage:  Unreviewed
Has patch:  0              |  
---------------------------+------------------------------------------------
 I am the opposite of an expert, but I believe this is a doc problem.

 IIUC, class-based generic views were introduced in Django 1.3, and prior
 to that time, generic views were function-based.

 I am running Django 1.2.4.

 The 1.1 tutorial04 refers to function-based generic views.  The 1.2
 tutorial04 refers to class-based generic views.  The most obvious
 consequence of this, to the novice, is that attempting to run the example
 code that shows how to use generic views results in "ImportError at /polls
 ... cannot import name DetailView"

 I believe this error was introduced recently, because if I remember
 correctly, I first encountered this message due to an error on my part,
 which was that I had inadvertently navigated to the tutorial(04) for the
 dev version, and that when I loaded the 1.2 tutorial instead, the example
 code was different, and ran properly.

 Why I'm running through the same tutorial again is a reasonable question,
 but beyond the scope.

 URL of doc page: http://docs.djangoproject.com/en/1.2/intro/tutorial04/

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15192>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to