AUTHORS
CHANGES
LICENSE
MANIFEST.in
README.rst
manage.py
setup.cfg
setup.py
tox.ini
~setup.py
docs/admin.rst
docs/api.rst
docs/changes.rst
docs/conf.py
docs/cookbook.rst
docs/faq.rst
docs/fields.rst
docs/globals.txt
docs/index.rst
docs/install.rst
docs/middleware.rst
docs/requirements.pip
docs/settings.rst
docs/_ext/version.py
src/concurrency/__init__.py
src/concurrency/admin.py
src/concurrency/api.py
src/concurrency/apps.py
src/concurrency/compat.py
src/concurrency/config.py
src/concurrency/core.py
src/concurrency/exceptions.py
src/concurrency/fields.py
src/concurrency/forms.py
src/concurrency/middleware.py
src/concurrency/models.py
src/concurrency/triggers.py
src/concurrency/utils.py
src/concurrency/views.py
src/concurrency/locale/en/LC_MESSAGES/django.po
src/concurrency/management/__init__.py
src/concurrency/management/commands/__init__.py
src/concurrency/management/commands/triggers.py
src/concurrency/templates/concurrency/delete_selected_confirmation.html
src/concurrency/templatetags/__init__.py
src/concurrency/templatetags/concurrency.py
src/django_concurrency.egg-info/PKG-INFO
src/django_concurrency.egg-info/SOURCES.txt
src/django_concurrency.egg-info/dependency_links.txt
src/django_concurrency.egg-info/top_level.txt
tests/.coveragerc
tests/conftest.py
tests/dumpdata.json
tests/test_admin_actions.py
tests/test_admin_edit.py
tests/test_admin_list_editable.py
tests/test_api.py
tests/test_base.py
tests/test_checks.py
tests/test_command.py
tests/test_concurrencymetainfo.py
tests/test_conditional.py
tests/test_config.py
tests/test_core.py
tests/test_enable_disable.py
tests/test_forms.py
tests/test_issues.py
tests/test_loaddata_dumpdata.py
tests/test_manager.py
tests/test_middleware.py
tests/test_reversion.py
tests/test_templatetags.py
tests/test_threads.py
tests/test_triggers.py
tests/test_triggerversionfield.py
tests/test_utils.py
tests/test_views.py
tests/demoapp/demo/__init__.py
tests/demoapp/demo/admin.py
tests/demoapp/demo/apps.py
tests/demoapp/demo/base.py
tests/demoapp/demo/models.py
tests/demoapp/demo/settings.py
tests/demoapp/demo/urls.py
tests/demoapp/demo/util.py
tests/demoapp/demo/auth_migrations/0001_initial.py
tests/demoapp/demo/auth_migrations/0002_concurrency_add_version_to_group.py
tests/demoapp/demo/auth_migrations/__init__.py
tests/demoapp/demo/migrations/0001_initial.py
tests/demoapp/demo/migrations/0002_auto_20160909_1544.py
tests/demoapp/demo/migrations/0003_auto_20171207_1254.py
tests/demoapp/demo/migrations/__init__.py
tests/demoapp/demo/templates/404.html
tests/demoapp/demo/templates/409.html