If you ever wanted to create formsets without needing to know all of the
initial data at once, this might help you out.
http://www.djangosnippets.org/snippets/1711/

I used it in a data entry table where the forms of the formset were
intermingled with rows of already created data. I tried to do it without a
formset at first but using JavaScript is impossible unless you have decent
names/ids for fields. I almost created my own formset object but the changes
I needed to make to the formset provided turned out to be minimal enough.

Let me know what you think. I was actually thinking of submitting it to the
project too, but I wanted to see what kind of reaction it got first.

Thanks
Josh

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to