CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_reversion.egg-info/PKG-INFO
django_reversion.egg-info/SOURCES.txt
django_reversion.egg-info/dependency_links.txt
django_reversion.egg-info/not-zip-safe
django_reversion.egg-info/requires.txt
django_reversion.egg-info/top_level.txt
docs/admin.rst
docs/api.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/admin.py
reversion/apps.py
reversion/errors.py
reversion/middleware.py
reversion/models.py
reversion/revisions.py
reversion/signals.py
reversion/utils.py
reversion/views.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_Hans/LC_MESSAGES/django.mo
reversion/locale/zh_Hans/LC_MESSAGES/django.po
reversion/management/__init__.py
reversion/management/commands/__init__.py
reversion/management/commands/createinitialrevisions.py
reversion/management/commands/deleterevisions.py
reversion/migrations/0001_squashed_0004_auto_20160611_1202.py
reversion/migrations/0002_add_index_on_version_for_content_type_and_db.py
reversion/migrations/__init__.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
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/0002_alter_testmodel_related_and_more.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