Re: [BangPypers] Heterogeneous forms in django formset

2012-03-12 Thread Vineet Naik
Just a guess, but do you want multiple form classes for saving a main object and its related objects ? in that case, may be you are looking for inline formsets [https://docs.djangoproject.com/en/dev/topics/forms/modelforms/#using-an-inline-formset-in-a-view] Also, I have written a small jquery plu

[BangPypers] Heterogeneous forms in django formset

2012-03-12 Thread Amit Sethi
Hi all , I have a certain problem with django forms that seems to me should definitely have a solution already written. I have a couple of different forms that are submitted in the same view something like ...( Sorry just using pseudo code for now ).. class Form1(): #different attri