LICENSE
MANIFEST.in
README.md
setup.py
django_formset.egg-info/PKG-INFO
django_formset.egg-info/SOURCES.txt
django_formset.egg-info/dependency_links.txt
django_formset.egg-info/not-zip-safe
django_formset.egg-info/requires.txt
django_formset.egg-info/top_level.txt
formset/__init__.py
formset/boundfield.py
formset/views.py
formset/widgets.py
formset/mixins/__init__.py
formset/mixins/bootstrap.py
formset/mixins/bulma.py
formset/mixins/default.py
formset/mixins/foundation.py
formset/mixins/tailwind.py
formset/static/formset/icons/file-audio.svg
formset/static/formset/icons/file-empty.svg
formset/static/formset/icons/file-font.svg
formset/static/formset/icons/file-pdf.svg
formset/static/formset/icons/file-picture.svg
formset/static/formset/icons/file-unknown.svg
formset/static/formset/icons/file-video.svg
formset/static/formset/icons/file-zip.svg
formset/templates/admin/formset/change_form.html
formset/templates/formset/bootstrap/field_group.html
formset/templates/formset/bootstrap/non_field_errors.html
formset/templates/formset/bootstrap/widgets/checkbox.html
formset/templates/formset/bootstrap/widgets/checkboxselectmultiple.html
formset/templates/formset/bootstrap/widgets/file.html
formset/templates/formset/bootstrap/widgets/radio.html
formset/templates/formset/bulma/field_group.html
formset/templates/formset/bulma/non_field_errors.html
formset/templates/formset/bulma/widgets/checkbox.html
formset/templates/formset/bulma/widgets/checkbox_option.html
formset/templates/formset/bulma/widgets/checkboxselectmultiple.html
formset/templates/formset/bulma/widgets/file.html
formset/templates/formset/bulma/widgets/input.html
formset/templates/formset/bulma/widgets/radio.html
formset/templates/formset/bulma/widgets/radio_option.html
formset/templates/formset/bulma/widgets/select.html
formset/templates/formset/bulma/widgets/selectmultiple.html
formset/templates/formset/default/field_group.html
formset/templates/formset/default/non_field_errors.html
formset/templates/formset/default/widgets/checkboxselectmultiple.html
formset/templates/formset/default/widgets/file.html
formset/templates/formset/default/widgets/radio.html
formset/templates/formset/default/widgets/selectize.html
formset/templates/formset/foundation/field_group.html
formset/templates/formset/foundation/non_field_errors.html
formset/templates/formset/foundation/widgets/checkbox.html
formset/templates/formset/foundation/widgets/checkboxselectmultiple.html
formset/templates/formset/foundation/widgets/file.html
formset/templates/formset/foundation/widgets/inlined_checks.html
formset/templates/formset/foundation/widgets/input.html
formset/templates/formset/foundation/widgets/radio.html
formset/templates/formset/tailwind/field_group.html
formset/templates/formset/tailwind/non_field_errors.html
formset/templates/formset/tailwind/widgets/checkbox.html
formset/templates/formset/tailwind/widgets/checkboxselectmultiple.html
formset/templates/formset/tailwind/widgets/file.html
formset/templates/formset/tailwind/widgets/radio.html
formset/templatetags/__init__.py
formset/templatetags/bootstrap_formset.py
formset/templatetags/bulma_formset.py
formset/templatetags/django_formset.py
formset/templatetags/foundation_formset.py
formset/templatetags/tailwind_formset.py
testapp/__init__.py
testapp/admin.py
testapp/asgi.py
testapp/conftest.py
testapp/forms.py
testapp/manage.py
testapp/models.py
testapp/settings.py
testapp/test_e2e_button.py
testapp/test_e2e_fields.py
testapp/test_e2e_upload.py
testapp/test_rendering.py
testapp/urls.py
testapp/views.py
testapp/wsgi.py
testapp/migrations/0001_initial.py
testapp/migrations/__init__.py