LICENSE
MANIFEST.in
README.rst
setup.py
django_object_actions/__init__.py
django_object_actions/models.py
django_object_actions/utils.py
django_object_actions.egg-info/PKG-INFO
django_object_actions.egg-info/SOURCES.txt
django_object_actions.egg-info/dependency_links.txt
django_object_actions.egg-info/top_level.txt
django_object_actions/templates/django_object_actions/change_form.html
django_object_actions/tests/__init__.py
django_object_actions/tests/test_utils.py
django_object_actions/tests/tests.py
example_project/__init__.py
example_project/example_project.sqlite
example_project/manage.py
example_project/settings.py
example_project/urls.py
example_project/polls/__init__.py
example_project/polls/admin.py
example_project/polls/models.py
example_project/polls/fixtures/initial_data.json
example_project/polls/templates/clear_choices.html