LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
convenient_formsets/__init__.py
convenient_formsets/apps.py
convenient_formsets/formsets.py
convenient_formsets/static/convenient_formsets/convenient_formsets.js
convenient_formsets/static/convenient_formsets/convenient_formsets.min.js
django_convenient_formsets.egg-info/PKG-INFO
django_convenient_formsets.egg-info/SOURCES.txt
django_convenient_formsets.egg-info/dependency_links.txt
django_convenient_formsets.egg-info/not-zip-safe
django_convenient_formsets.egg-info/requires.txt
django_convenient_formsets.egg-info/top_level.txt
py_tests/__init__.py
py_tests/django_test_project/settings.py
py_tests/django_test_project/urls.py
py_tests/django_test_project/views.py
py_tests/django_test_project/templates/404.html
py_tests/django_test_project/templates/base.html
py_tests/django_test_project/templates/adding_removing_forms/adding_form_1.html
py_tests/django_test_project/templates/adding_removing_forms/adding_form_2.html
py_tests/django_test_project/templates/adding_removing_forms/adding_form_3.html
py_tests/django_test_project/templates/adding_removing_forms/deleting_form_1.html
py_tests/django_test_project/templates/initialization/hiding_add_form_button_1.html
py_tests/django_test_project/templates/initialization/hiding_add_form_button_2.html
py_tests/django_test_project/templates/initialization/hiding_add_form_button_base.html
py_tests/django_test_project/templates/initialization/hiding_deleted_forms_1.html
py_tests/django_test_project/templates/initialization/hiding_deleted_forms_2.html
py_tests/django_test_project/templates/initialization/hiding_deleted_forms_base.html
py_tests/django_test_project/templates/initialization/missing_formset_elements1.html
py_tests/django_test_project/templates/initialization/missing_formset_elements2.html
py_tests/django_test_project/templates/initialization/missing_formset_elements3.html
py_tests/django_test_project/templates/initialization/missing_management_form.html
py_tests/django_test_project/templates/initialization/missing_options1.html
py_tests/django_test_project/templates/initialization/missing_options2.html
py_tests/end_to_end_tests/__init__.py
py_tests/end_to_end_tests/conftest.py
py_tests/end_to_end_tests/test_adding_removing_forms.py
py_tests/end_to_end_tests/test_initialization.py
py_tests/unit_tests/__init__.py
py_tests/unit_tests/test_formsets.py