This is actually located in `django.forms.formsets` (with an s), and not
`django.forms.formset` (which doesn't exist).
--
Ticket URL: <https://code.djangoproject.com/ticket/20578>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"9ff5f100ddf6c77d12327a5d19c984e1d4a46b56"]:
{{{
#!CommitTicketReference repository=""
revision="9ff5f100ddf6c77d12327a5d19c984e1d4a46b56"
Fixed #20578 - Typo in BaseFormSet module name
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20578#comment:1>
Comment (by Tim Graham <timograham@…>):
In [changeset:"cd1aec65cc255d5ca6882a72714247d1106027c6"]:
{{{
#!CommitTicketReference repository=""
revision="cd1aec65cc255d5ca6882a72714247d1106027c6"
[1.5.x] Fixed #20578 - Typo in BaseFormSet module name
Backport of 9ff5f100dd from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20578#comment:2>