I've had the need for this quite frequently, Whenever I'm using a custom form class with modelformset_factory I almost always end up having to define a custom formset class that does nothing except pass an extra kwargs (usually user) to each form.
It looks like your approach only adds this facility to BaseFormSet, I think the formset factories will need to hook into it as well. Regards, Andrew Ingram On 24 April 2012 14:55, Tom Evans <tevans...@googlemail.com> wrote: > Hi all > > I raised a ticket about this new feature, with patch: > > https://code.djangoproject.com/ticket/18166 > > I'd quite like to quickly either complete this or dump the idea. > > Opinions? > > Cheers > > Tom > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.