#11099: Working with forms example code - possible typo ---------------------------+------------------------------------------------ Reporter: TomA | Owner: nobody Status: new | Milestone: Component: Documentation | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ In the chapter "Working with forms", subchapter '''"Customizing the form template"''', the 3rd code example that deals with looping over the form's errors seems to be trying to loop over items of '''form.subject.errors'''. Shouldn't that loop over '''form.errors''' instead? That's what works for me at least.
-- Ticket URL: <http://code.djangoproject.com/ticket/11099> 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 -~----------~----~----~----~------~----~------~--~---