#5577: description incomplete in http://www.djangoproject.com/documentation/0.96/tutorial04/ ----------------------------------+----------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: closed | Component: Documentation Version: 0.96 | Resolution: worksforme Keywords: | Stage: Unreviewed Has_patch: 0 | Needs_docs: 0 Needs_tests: 0 | Needs_better_patch: 0 ----------------------------------+----------------------------------------- Changes (by ubernostrum):
* status: new => closed * needs_better_patch: => 0 * resolution: => worksforme * needs_tests: => 0 * needs_docs: => 0 Comment: Scroll down a little bit further and you'll see: "In previous parts of the tutorial, the templates have been provided with a context that contains the `poll` and `latest_poll_list` context variables. However, the generic views provide the variables `object` and `object_list` as context. Therefore, you need to change your templates to match the new context variables. Go through your templates, and modify any reference to `latest_poll_list` to `object_list`, and change any reference to `poll` to `object`." -- Ticket URL: <http://code.djangoproject.com/ticket/5577#comment:1> 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 -~----------~----~----~----~------~----~------~--~---
