gregmuellegger / django-superform

Add forms and formsets to other forms like they were fields.

Home Page:http://django-superform.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuperForm should support form-media of nested forms.

gregmuellegger opened this issue · comments

Django forms support the use of the nested Media class (see: https://github.com/django/django/blob/master/django/forms/widgets.py#L34)

A SuperForm should incorporate the media of all nested forms.