LICENSE
MANIFEST.in
README.rst
pyproject.toml
djangocms_history/__init__.py
djangocms_history/action_handlers.py
djangocms_history/actions.py
djangocms_history/admin.py
djangocms_history/apps.py
djangocms_history/cms_toolbars.py
djangocms_history/datastructures.py
djangocms_history/forms.py
djangocms_history/helpers.py
djangocms_history/models.py
djangocms_history/operation_handlers.py
djangocms_history/signals.py
djangocms_history/utils.py
djangocms_history/views.py
djangocms_history.egg-info/PKG-INFO
djangocms_history.egg-info/SOURCES.txt
djangocms_history.egg-info/dependency_links.txt
djangocms_history.egg-info/not-zip-safe
djangocms_history.egg-info/requires.txt
djangocms_history.egg-info/top_level.txt
djangocms_history/locale/ar/LC_MESSAGES/django.mo
djangocms_history/locale/ar/LC_MESSAGES/django.po
djangocms_history/locale/de/LC_MESSAGES/django.mo
djangocms_history/locale/de/LC_MESSAGES/django.po
djangocms_history/locale/en/LC_MESSAGES/django.mo
djangocms_history/locale/en/LC_MESSAGES/django.po
djangocms_history/locale/es/LC_MESSAGES/django.mo
djangocms_history/locale/es/LC_MESSAGES/django.po
djangocms_history/locale/fi/LC_MESSAGES/django.mo
djangocms_history/locale/fi/LC_MESSAGES/django.po
djangocms_history/locale/fr/LC_MESSAGES/django.mo
djangocms_history/locale/fr/LC_MESSAGES/django.po
djangocms_history/locale/ko/LC_MESSAGES/django.mo
djangocms_history/locale/ko/LC_MESSAGES/django.po
djangocms_history/locale/nl/LC_MESSAGES/django.mo
djangocms_history/locale/nl/LC_MESSAGES/django.po
djangocms_history/locale/ru/LC_MESSAGES/django.mo
djangocms_history/locale/ru/LC_MESSAGES/django.po
djangocms_history/locale/sq/LC_MESSAGES/django.mo
djangocms_history/locale/sq/LC_MESSAGES/django.po
djangocms_history/locale/zh_CN/LC_MESSAGES/django.mo
djangocms_history/locale/zh_CN/LC_MESSAGES/django.po
djangocms_history/locale/zh_TW/LC_MESSAGES/django.mo
djangocms_history/locale/zh_TW/LC_MESSAGES/django.po
djangocms_history/management/__init__.py
djangocms_history/management/commands/__init__.py
djangocms_history/management/commands/purge_archived_operations.py
djangocms_history/migrations/0001_initial.py
djangocms_history/migrations/0002_auto_20170606_1001.py
djangocms_history/migrations/0003_delete_cms3_history.py
djangocms_history/migrations/0004_hash_session_keys.py
djangocms_history/migrations/0005_add_operation_lookup_index.py
djangocms_history/migrations/__init__.py
djangocms_history/templates/djangocms_history/toolbar/ajax_button.html
tests/test_action_handlers.py
tests/test_admin.py
tests/test_archiving.py
tests/test_forms.py
tests/test_helpers.py
tests/test_m2m.py
tests/test_migrations.py
tests/test_models.py
tests/test_operation_recording.py
tests/test_origin.py
tests/test_toolbar.py
tests/test_undo_redo.py
tests/test_versioning.py
tests/test_views.py