#4409: Tutorial part 4
--------------------------------------------+-------------------------------
Reporter: rBoa <[EMAIL PROTECTED]> | Owner: jacob
Status: new | Component: Documentation
Version: 0.96 | Keywords: tutorial
Stage: Unreviewed | Has_patch: 0
--------------------------------------------+-------------------------------
In the section covering the 'vote' function, I think there is an error.
The line:
{{{
reverse('results', args=(p.id,))
}}}
I do not think the reverse function is correct and was able to verify
within 'shell'. The reverse function should be:
{{{
reverse('mysite.polls.views.results', args=(p.id,))
}}}
BTW: I am using 0.96-pre
--
Ticket URL: <http://code.djangoproject.com/ticket/4409>
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
-~----------~----~----~----~------~----~------~--~---