CHANGES
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/api.rst
docs/changes.rst
docs/conf.py
docs/howto.rst
docs/image.png
docs/index.rst
docs/_ext/applyxrefs.py
docs/_ext/djangodocs.py
docs/_ext/literals_to_xrefs.py
docs/_static/rtd.css
src/admin_extra_urls/__init__.py
src/admin_extra_urls/api.py
src/admin_extra_urls/button.py
src/admin_extra_urls/checks.py
src/admin_extra_urls/config.py
src/admin_extra_urls/decorators.py
src/admin_extra_urls/mixins.py
src/admin_extra_urls/utils.py
src/admin_extra_urls/templates/admin_extra_urls/action_page.html
src/admin_extra_urls/templates/admin_extra_urls/change_form.html
src/admin_extra_urls/templates/admin_extra_urls/change_list.html
src/admin_extra_urls/templates/admin_extra_urls/confirm.html
src/admin_extra_urls/templates/admin_extra_urls/includes/action_buttons.html
src/admin_extra_urls/templates/admin_extra_urls/includes/attrs.html
src/admin_extra_urls/templates/admin_extra_urls/includes/button.html
src/admin_extra_urls/templates/admin_extra_urls/includes/change_form_buttons.html
src/admin_extra_urls/templates/admin_extra_urls/includes/change_list_buttons.html
src/admin_extra_urls/templates/admin_extra_urls/includes/styles.html
src/admin_extra_urls/templatetags/__init__.py
src/admin_extra_urls/templatetags/extra_urls.py
src/django_admin_extra_urls.egg-info/PKG-INFO
src/django_admin_extra_urls.egg-info/SOURCES.txt
src/django_admin_extra_urls.egg-info/dependency_links.txt
src/django_admin_extra_urls.egg-info/requires.txt
src/django_admin_extra_urls.egg-info/top_level.txt
tests/.coveragerc
tests/.db.sqlite
tests/conftest.py
tests/manage.py
tests/test_actions.py
tests/test_confirm.py
tests/test_links.py
tests/test_upload.py
tests/test_utils.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/__init__.py
tests/demoapp/demo/templates/admin_extra_urls/upload.html