You need to closely read the second sentence of template_object_name item in 
the *Optional arguments* section of the generic view bject_list 
docs<http://docs.djangoproject.com/en/1.2/ref/generic-views/#django-views-generic-list-detail-object-list>.
 
Based on the template_object_name in your code, I think you'll find that 
your template object name is now "latest_poll_list_list". That appending 
"_list" to the variable name has bitten me (at least once!) too.

Cheers,
John

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

Reply via email to