This is a known limitation of FormView, inherited from it's heritage
in the function-based generic views. There is an open ticket [1] that
aims to address some of these limitations; more broadly, this is an
area where I think there is lots of room for improvement now that we
have a class-based foundation to work with.
[1] https://code.djangoproject.com/ticket/16256
Yours,
Russ Magee %-)
Hi Michel this looks great!
Would you like to merge it with my work[0']? Maybe attach a pull request?
We should agree on naming conventions for the methods, and maybe have
the same hooks. You can look at my work in the patch of #16256 or
here[1].
Why are you using a dict instead of a list?
Oh, we should also add some tests for this new view.
Regards,
Iván
[0] https://github.com/rasca/django/tree/ticket16256-more-class-based-views
[1] https://github.com/rasca/django/blob/ticket16256-more-class-based-views/django/views/generic/edit/formset.py