Re: Problems with (Model)ChoiceField and the like

2009-01-19 Thread James Smagala
I hacked my way through my problem this weekend, and I posted a snippet about it here. For anyone having problems with complex dynamic formsets, check check out Malcolm Tredinnick's blog: http://www.pointy-stick.com/blog/2008/01/06/django-tip-complex-forms/ And additionally, take a look at my

Problems with (Model)ChoiceField and the like

2009-01-14 Thread James Smagala
Hey All, There is a discussion here about building dynamic form select fields using __init__ on the form. This, by itself, is not hard. http://groups.google.com/group/django-users/browse_thread/thread/98bde0a6d818e627 Problem: I have a formset that needs each form in it to be created in this