WiserTogether / django-remote-forms

A platform independent django form serializer
MIT License
221 stars 113 forks source link

No formset serialization #26

Open kamilgregorczyk opened 8 years ago

kamilgregorczyk commented 8 years ago

When I want to seralize a formset I'm getting an error "formset has no attribute of fields". When a form class is based from BaseFormset class it should iterate over forms.