Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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).

Change History (2)

comment:1 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 9ff5f100ddf6c77d12327a5d19c984e1d4a46b56:

Fixed #20578 - Typo in BaseFormSet module name

comment:2 by Tim Graham <timograham@…>, 11 years ago

In cd1aec65cc255d5ca6882a72714247d1106027c6:

[1.5.x] Fixed #20578 - Typo in BaseFormSet module name

Backport of 9ff5f100dd from master

Note: See TracTickets for help on using tickets.
Back to Top