On Mon, Jun 21, 2010 at 12:12 PM, Waleria <waleriantu...@gmail.com> wrote: > I don't know .... I'm wondering how to use the fieldsets.....can you > help me...how to use the fieldsets...? >
Be a bit clearer please. Fieldset is a HTML tag, it has nothing to do with django. It is used to group similar fields and surround them with a nice border. Formsets are in django arrays of forms. If you have one form, and want to repeat it 20 times on one page, then you want a formset. If you do want a formset, documentation is here: http://docs.djangoproject.com/en/1.2/topics/forms/formsets/#topics-forms-formsets Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.