.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.taplo.toml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
tox.ini
.github/workflows/github-actions.yml
ci/appveyor-bootstrap.ps1
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/FoldableListFilterAdminMixin.png
docs/FullWidthAdminMixin.png
src/admin_utils/__init__.py
src/admin_utils/brief.py
src/admin_utils/mixins.py
src/admin_utils/mock.py
src/admin_utils/static/admin_utils/foldable-list-filter.css
src/admin_utils/static/admin_utils/foldable-list-filter.js
src/admin_utils/static/admin_utils/full-width.css
src/django_admin_utils.egg-info/PKG-INFO
src/django_admin_utils.egg-info/SOURCES.txt
src/django_admin_utils.egg-info/dependency_links.txt
src/django_admin_utils.egg-info/top_level.txt
tests/test_app/__init__.py
tests/test_app/admin.py
tests/test_app/apps.py
tests/test_app/models.py
tests/test_app/tests.py
tests/test_app/views.py
tests/test_project/__init__.py
tests/test_project/settings.py
tests/test_project/urls.py
tests/test_project/templates/404.html
tests/test_project/templates/500.html