FormSet Improvements
- Mentors
- Carlton Gibson
- Organization
- Django Software Foundation
This project aims to improve the FormSet Class in Django, thus enhancing its functionality and ease of use.
Django currently has a formset class which is used as a collection instance for the forms. It’s a layer of abstraction which makes it easier to work with multiple forms.