#9896: Error message and mistake in documentation
---------------------------+------------------------------------------------
Reporter: aglzen | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: 1.0
Keywords: | Stage: Unreviewed
Has_patch: 0 |
---------------------------+------------------------------------------------
On: http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#using-
the-formset-in-the-template
An error message is listed:
{{{
System Message: WARNING/2 (/home/jacob/django-
docs/docs/topics/forms/modelforms.txt)
undefined label: understanding-the-managementform
}}}
That likely shouldn't be there!
[[BR]]
Additionally, there is an error in the documentation just below:
"Third, you can manually render each field:
...
{{{
{% for form in formset.formset %}
}}}
should read
{{{
{% for form in formset.forms %}
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/9896>
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 [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
-~----------~----~----~----~------~----~------~--~---