Opened 12 years ago
Closed 12 years ago
#21575 closed Uncategorized (wontfix)
grammatical error in documentation
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.6 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
You may have noticed the additional data (form-TOTAL_FORMS, form-INITIAL_FORMS and form-MAX_NUM_FORMS) that was required in the formset’s data above.
should be
You may have noticed the additional data that were required in the formset’s data above.
in https://docs.djangoproject.com/en/dev/topics/forms/formsets/
Note:
See TracTickets
for help on using tickets.
Thank-you for the report. This could go either way, but I feel the current usage is ok. Quote that summarizes how I feel:
If someone else feels strongly about it, I won't object to changing it.