#11908: Understanding the ManagementForm section could be clearer.
----------------------------+-----------------------------------------------
Reporter: anonymous | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: 1.1
Keywords: ManagementForm | Stage: Unreviewed
Has_patch: 0 |
----------------------------+-----------------------------------------------
"You may have noticed the additional data that was required in the
formset's data above."
should probably be specific like:
"You may have noticed the additional data (form-TOTAL_FORMS and form-
INITIAL_FORMS) that was required in the formset's data above."
It would also be nice if it said something like:
"The easy way to add this data to your form is to include
{{formset.management_form}} in your template."
After the:
"If you don't use it, it will result in an exception"
line.
I overlooked that line in the template example, but it took a lot of
googling to figure out how to fix it, even though I immediately found the
managementform section.
--
Ticket URL: <http://code.djangoproject.com/ticket/11908>
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
-~----------~----~----~----~------~----~------~--~---