On Sun, 2009-03-15 at 18:54 -0700, steven.head...@gmail.com wrote: > Hello, > I am trying to create a complex form similar to the poll example.
[...] > This method displays my form correctly, but when I try to save filling > out only 1 of the 4 Choices, I get a required validation error. Is > there a way to save only the number of choices I want to save between > 1 and 4? You've just reinvented formsets, although, as you notice, there are some subtleties to it. :-) Have a read of this: http://docs.djangoproject.com/en/dev/topics/forms/formsets/ There's also been a number of threads about formsets on this list in the past couple of weeks, so a bit of searching in the archives might turn up some help there as well. Anyway, the answer to your question is "yes", but it would take ages to go into the details (one of those "if you have to ask, you shouldn't do it" cases), whereas Django already gives you this functionality. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---