CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/admin.rst
docs/api.rst
docs/backends.rst
docs/changelog.rst
docs/commands.rst
docs/common-problems.rst
docs/conf.py
docs/errors.rst
docs/index.rst
docs/middleware.rst
docs/signals.rst
docs/views.rst
docs/_include/admin.rst
docs/_include/create-revision-args.rst
docs/_include/create-revision-atomic.rst
docs/_include/create-revision-manage-manually.rst
docs/_include/create-revision-using.rst
docs/_include/model-db-arg.rst
docs/_include/post-register.rst
docs/_include/signal-args.rst
docs/_include/throws-registration-error.rst
docs/_include/throws-revert-error.rst
docs/_include/throws-revision-error.rst
reversion/__init__.py
reversion/errors.py
reversion/middleware.py
reversion/models.py
reversion/revisions.py
reversion/signals.py
reversion/views.py
reversion/backends/__init__.py
reversion/backends/utils.py
reversion/backends/dynamodb/__init__.py
reversion/backends/dynamodb/app.py
reversion/backends/dynamodb/models.py
reversion/backends/dynamodb/queryset.py
reversion/backends/dynamodb/management/__init__.py
reversion/backends/dynamodb/management/commands/__init__.py
reversion/backends/dynamodb/management/commands/initdynamodbreversion.py
reversion/backends/sql/__init__.py
reversion/backends/sql/admin.py
reversion/backends/sql/app.py
reversion/backends/sql/models.py
reversion/backends/sql/management/__init__.py
reversion/backends/sql/management/commands/__init__.py
reversion/backends/sql/management/commands/createinitialrevisions.py
reversion/backends/sql/management/commands/deleterevisions.py
reversion/backends/sql/migrations/0001_squashed_0004_auto_20160611_1202.py
reversion/backends/sql/migrations/__init__.py
reversion/locale/ar/LC_MESSAGES/django.mo
reversion/locale/ar/LC_MESSAGES/django.po
reversion/locale/cs/LC_MESSAGES/django.mo
reversion/locale/cs/LC_MESSAGES/django.po
reversion/locale/da/LC_MESSAGES/django.mo
reversion/locale/da/LC_MESSAGES/django.po
reversion/locale/de/LC_MESSAGES/django.mo
reversion/locale/de/LC_MESSAGES/django.po
reversion/locale/es/LC_MESSAGES/django.mo
reversion/locale/es/LC_MESSAGES/django.po
reversion/locale/es_AR/LC_MESSAGES/django.mo
reversion/locale/es_AR/LC_MESSAGES/django.po
reversion/locale/fr/LC_MESSAGES/django.mo
reversion/locale/fr/LC_MESSAGES/django.po
reversion/locale/he/LC_MESSAGES/django.mo
reversion/locale/he/LC_MESSAGES/django.po
reversion/locale/it/LC_MESSAGES/django.mo
reversion/locale/it/LC_MESSAGES/django.po
reversion/locale/nb/LC_MESSAGES/django.mo
reversion/locale/nb/LC_MESSAGES/django.po
reversion/locale/nl/LC_MESSAGES/django.mo
reversion/locale/nl/LC_MESSAGES/django.po
reversion/locale/pl/LC_MESSAGES/django.mo
reversion/locale/pl/LC_MESSAGES/django.po
reversion/locale/pt_BR/LC_MESSAGES/django.mo
reversion/locale/pt_BR/LC_MESSAGES/django.po
reversion/locale/ru/LC_MESSAGES/django.mo
reversion/locale/ru/LC_MESSAGES/django.po
reversion/locale/sk/LC_MESSAGES/django.mo
reversion/locale/sk/LC_MESSAGES/django.po
reversion/locale/sl_SI/LC_MESSAGES/django.mo
reversion/locale/sl_SI/LC_MESSAGES/django.po
reversion/locale/sv/LC_MESSAGES/django.mo
reversion/locale/sv/LC_MESSAGES/django.po
reversion/locale/uk/LC_MESSAGES/django.mo
reversion/locale/uk/LC_MESSAGES/django.po
reversion/locale/zh_CN/LC_MESSAGES/django.mo
reversion/locale/zh_CN/LC_MESSAGES/django.po
reversion/locale/zh_Hans/LC_MESSAGES/django.mo
reversion/locale/zh_Hans/LC_MESSAGES/django.po
reversion/serializers/__init__.py
reversion/serializers/json.py
reversion/templates/reversion/change_list.html
reversion/templates/reversion/object_history.html
reversion/templates/reversion/recover_form.html
reversion/templates/reversion/recover_list.html
reversion/templates/reversion/revision_form.html
skip_django_reversion_pynamodb.egg-info/PKG-INFO
skip_django_reversion_pynamodb.egg-info/SOURCES.txt
skip_django_reversion_pynamodb.egg-info/dependency_links.txt
skip_django_reversion_pynamodb.egg-info/not-zip-safe
skip_django_reversion_pynamodb.egg-info/requires.txt
skip_django_reversion_pynamodb.egg-info/top_level.txt
tests/manage.py
tests/test_app/__init__.py
tests/test_app/admin.py
tests/test_app/models.py
tests/test_app/urls.py
tests/test_app/views.py
tests/test_app/migrations/0001_initial.py
tests/test_app/migrations/__init__.py
tests/test_app/tests/__init__.py
tests/test_app/tests/base.py
tests/test_app/tests/test_admin.py
tests/test_app/tests/test_api.py
tests/test_app/tests/test_commands.py
tests/test_app/tests/test_middleware.py
tests/test_app/tests/test_models.py
tests/test_app/tests/test_views.py
tests/test_project/__init__.py
tests/test_project/settings.py
tests/test_project/urls.py
tests/test_project/wsgi.py