CHANGES
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
tox.ini
docs/howto.md
docs/index.md
docs/requirements.txt
docs/to_gif.sh
docs/~index.md
docs/api/button.md
docs/api/choice.md
docs/api/handlers.md
docs/api/link.md
docs/api/mixin.md
docs/api/utils.md
docs/api/view.md
docs/css/extra.css
docs/images/buttons.png
docs/images/screenshot.png
src/admin_extra_buttons/__init__.py
src/admin_extra_buttons/api.py
src/admin_extra_buttons/apps.py
src/admin_extra_buttons/buttons.py
src/admin_extra_buttons/decorators.py
src/admin_extra_buttons/handlers.py
src/admin_extra_buttons/mixins.py
src/admin_extra_buttons/utils.py
src/admin_extra_buttons/~button.p_
src/admin_extra_buttons/~config.p_
src/admin_extra_buttons/static/admin_extra_buttons.css
src/admin_extra_buttons/static/admin_extra_buttons.css.map
src/admin_extra_buttons/static/admin_extra_buttons.js
src/admin_extra_buttons/static/admin_extra_buttons.min.js
src/admin_extra_buttons/static/admin_extra_buttons.scss
src/admin_extra_buttons/templates/admin_extra_buttons/action_page.html
src/admin_extra_buttons/templates/admin_extra_buttons/change_form.html
src/admin_extra_buttons/templates/admin_extra_buttons/change_list.html
src/admin_extra_buttons/templates/admin_extra_buttons/confirm.html
src/admin_extra_buttons/templates/admin_extra_buttons/includes/action_buttons.html
src/admin_extra_buttons/templates/admin_extra_buttons/includes/attrs.html
src/admin_extra_buttons/templates/admin_extra_buttons/includes/button.html
src/admin_extra_buttons/templates/admin_extra_buttons/includes/change_form_buttons.html
src/admin_extra_buttons/templates/admin_extra_buttons/includes/change_list_buttons.html
src/admin_extra_buttons/templates/admin_extra_buttons/includes/choice.html
src/admin_extra_buttons/templatetags/__init__.py
src/admin_extra_buttons/templatetags/extra_buttons.py
src/django_admin_extra_buttons.egg-info/PKG-INFO
src/django_admin_extra_buttons.egg-info/SOURCES.txt
src/django_admin_extra_buttons.egg-info/dependency_links.txt
src/django_admin_extra_buttons.egg-info/requires.txt
src/django_admin_extra_buttons.egg-info/top_level.txt
tests/.coveragerc
tests/.db.sqlite
tests/conftest.py
tests/manage.py
tests/test_admin.py
tests/test_buttons.py
tests/test_checks.py
tests/test_choices.py
tests/test_confirm.py
tests/test_links.py
tests/test_mixin.py
tests/test_templatetags.py
tests/test_upload.py
tests/test_utils.py
tests/test_views.py
tests/demoapp/demo/__init__.py
tests/demoapp/demo/admin.py
tests/demoapp/demo/backends.py
tests/demoapp/demo/models.py
tests/demoapp/demo/settings.py
tests/demoapp/demo/upload.py
tests/demoapp/demo/urls.py
tests/demoapp/demo/migrations/0001_initial.py
tests/demoapp/demo/migrations/0002_demomodel5_alter_demomodel1_options_and_more.py
tests/demoapp/demo/migrations/__init__.py
tests/demoapp/demo/templates/admin_extra_buttons/upload.html
tests/demoapp/demo/templates/demo/test22.html