MANIFEST.in
README.rst
requirements.txt
setup.py
django_xworkflows/__init__.py
django_xworkflows/compat.py
django_xworkflows/models.py
django_xworkflows.egg-info/PKG-INFO
django_xworkflows.egg-info/SOURCES.txt
django_xworkflows.egg-info/dependency_links.txt
django_xworkflows.egg-info/not-zip-safe
django_xworkflows.egg-info/requires.txt
django_xworkflows.egg-info/top_level.txt
django_xworkflows/management/__init__.py
django_xworkflows/management/commands/__init__.py
django_xworkflows/management/commands/rebuild_transitionlog_states.py
django_xworkflows/xworkflow_log/__init__.py
django_xworkflows/xworkflow_log/admin.py
django_xworkflows/xworkflow_log/models.py
django_xworkflows/xworkflow_log/migrations/0001_initial.py
django_xworkflows/xworkflow_log/migrations/__init__.py
tests/__init__.py
tests/runner.py
tests/demo_project/manage.py
tests/demo_project/demo_project/__init__.py
tests/demo_project/demo_project/settings.py
tests/demo_project/demo_project/urls.py
tests/demo_project/demo_project/wsgi.py
tests/demo_project/workflow_app/__init__.py
tests/demo_project/workflow_app/admin.py
tests/demo_project/workflow_app/models.py
tests/demo_project/workflow_app/tests.py
tests/demo_project/workflow_app/views.py
tests/djworkflows/__init__.py
tests/djworkflows/models.py
tests/djworkflows/tests.py