Wednesday, August 6, 2008

Formsets: Django Forms new features

As fas as I can remember, I don't see this feature mention on the up coming Django 1 release. So I was very surprise and happy to see this new feature when I browse thru the forms documentation. Formset is a layer of abstraction to working with multiple forms on the same page. It can be best compared to a data grid. Formset makes things easier for you when dealing with multiple forms such as validating, ordering, and deleting.

I'll be updating my code and see how much it helps.

0 comments: