#20578 closed Bug (fixed)
Incorrect package; formset.BaseFormSet should be formsets.BaseFormSet
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.5 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/topics/forms/formsets/#django.forms.formset.BaseFormSet
This is actually located in django.forms.formsets (with an s), and not django.forms.formset (which doesn't exist).
Note:
See TracTickets
for help on using tickets.
In 9ff5f100ddf6c77d12327a5d19c984e1d4a46b56: