.editorconfig
.gitignore
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/publish.yml
django_modelforms.egg-info/PKG-INFO
django_modelforms.egg-info/SOURCES.txt
django_modelforms.egg-info/dependency_links.txt
django_modelforms.egg-info/requires.txt
django_modelforms.egg-info/top_level.txt
modelforms/__init__.py
modelforms/_version.py
modelforms/forms.py
modelforms/mixins.py
modelforms/views.py
tests/__init__.py
tests/models.py
tests/settings.py
tests/tests.py
tests/urls.py
tests/views.py
tests/wsgi.py
tests/templates/tests/book_form.html