AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

Q: adding fields to ModelFormSetView #171

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi

Is it possible to add fields by looping through each form in the formset please?

Currently using a standard ModelFormSetView from the docs, and a ModelForm as the form_class.

jonashaag commented 6 years ago

Hello! Please do not report questions on this issue tracker, it is for bugs only. Use sites like StackOverflow for questions instead.