This is partly because there's no obvious correct implementation of them ;)
Yes, I think these views should exist. But they go with the same body of work as handling multiple forms, inline formsets etc. At present I have no yet found the time to think about this problem, as a whole and come up with a single consistent solution. If you feel like writing a concrete proposal, go for it. My concerns are that any proposal should cover: Formsets Model formsets, bound to existing models Inline model formsets with create and update of parent model More than one form/formset in a view - both will all needing to be valid or any. Oh, and try to avoid more spaghetti code in the GCBV API as we'll ;) Marc On 20 Sep 2013 00:20, "Gert Steyn" <[email protected]> wrote: > Hi All > > What are the chances of adding FormSetView and ModelFormSetView classes to > the standard set of generic views? > > I know its not to much effort to do it yourself, but it will help a lot > with consistency across different Django applications. Currently there are > multiple 3rd party versions of this available, all of them are slightly > different and none of them seem to stand out as an obvious choice. > > Most Django developers don't have the same skills as the core developers, > please provide your guidance with this. > > Regards > Gert Steyn > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
