#5577: description incomplete in http://www.djangoproject.com/documentation/0.96/tutorial04/ -------------------------------+-------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Component: Documentation Version: 0.96 | Keywords: Stage: Unreviewed | Has_patch: 0 -------------------------------+-------------------------------------------- The tutorial states: "Similarly, the object_list generic view uses a template called <app name>/<model name>_list.html. Thus, rename polls/index.html to polls/poll_list.html."
The html-file has to be edited: the variable "latest_poll_list" has to be substituted by "object_list". A similar change is required to poll_detail.html. -- Ticket URL: <http://code.djangoproject.com/ticket/5577> Django Code <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 [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 -~----------~----~----~----~------~----~------~--~---
