.codecov.yml
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
README.md
mkdocs.yml
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/workflows/publish.yml
.github/workflows/test-suite.yml
docs/authentication.md
docs/changelog.md
docs/configurations.md
docs/index.md
docs/working_with_templates.md
docs/api_reference/application.md
docs/api_reference/model_admin.md
docs/assets/images/banner.png
docs/stylesheets/extra.css
kessel.sqladmin.egg-info/PKG-INFO
kessel.sqladmin.egg-info/SOURCES.txt
kessel.sqladmin.egg-info/dependency_links.txt
kessel.sqladmin.egg-info/not-zip-safe
kessel.sqladmin.egg-info/requires.txt
kessel.sqladmin.egg-info/top_level.txt
scripts/README.md
scripts/build
scripts/check
scripts/clean
scripts/coverage
scripts/docs
scripts/install
scripts/lint
scripts/publish
scripts/test
sqladmin/__init__.py
sqladmin/_validators.py
sqladmin/application.py
sqladmin/exceptions.py
sqladmin/fields.py
sqladmin/forms.py
sqladmin/helpers.py
sqladmin/models.py
sqladmin/pagination.py
sqladmin/widgets.py
sqladmin/statics/css/fontawesome.min.css
sqladmin/statics/css/main.css
sqladmin/statics/css/solid.min.css
sqladmin/statics/css/tabler.min.css
sqladmin/statics/js/bootstrap.min.js
sqladmin/statics/js/jquery.min.js
sqladmin/statics/js/main.js
sqladmin/statics/js/moment.min.js
sqladmin/statics/js/popper.min.js
sqladmin/statics/js/tabler.min.js
sqladmin/statics/webfonts/fa-solid-900.ttf
sqladmin/statics/webfonts/fa-solid-900.woff2
sqladmin/templates/base.html
sqladmin/templates/create.html
sqladmin/templates/details.html
sqladmin/templates/edit.html
sqladmin/templates/error.html
sqladmin/templates/index.html
sqladmin/templates/layout.html
sqladmin/templates/list.html
sqladmin/templates/modals/delete.html
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_admin_async.py
tests/test_admin_sync.py
tests/test_application.py
tests/test_fields.py
tests/test_forms.py
tests/test_helpers.py
tests/test_models.py
tests/test_pagination.py
tests/test_integrations/__init__.py
tests/test_integrations/test_sqlmodel.py