#19808 closed Bug (fixed)
Spelling Mistake
| Reported by: | Owned by: | jonathanl | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | Capitilzation mistake |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
In https://docs.djangoproject.com/en/dev/topics/forms/formsets/#limiting-the-maximum-number-of-forms
ArticleFormSet = formset_factory(ArticleForm, extra=2, max_num=1)
formset = ArticleFormset()
Spelling of ArticleFormset() should be ArticleFormSet() capital 's'
Change History (3)
comment:1 by , 13 years ago
| Has patch: | set |
|---|---|
| Keywords: | Capitilzation added; Spelling removed |
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
pull request: https://github.com/django/django/pull/719