.codeclimate.yml
.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS.rst
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
Makefile
PULL_REQUEST_TEMPLATE.md
README.rst
codecov.yml
doc-requirements.txt
pyproject.toml
runtests.py
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/release.yml
.github/workflows/test.yml
django_simple_history.egg-info/PKG-INFO
django_simple_history.egg-info/SOURCES.txt
django_simple_history.egg-info/dependency_links.txt
django_simple_history.egg-info/top_level.txt
docs/Makefile
docs/admin.rst
docs/common_issues.rst
docs/conf.py
docs/historical_model.rst
docs/history_diffing.rst
docs/index.rst
docs/make.bat
docs/multiple_dbs.rst
docs/querying_history.rst
docs/quick_start.rst
docs/signals.rst
docs/user_tracking.rst
docs/utils.rst
docs/_static/.keep
docs/screens/10_revert_disabled.png
docs/screens/1_poll_history.png
docs/screens/2_revert.png
docs/screens/3_poll_reverted.png
docs/screens/4_history_after_poll_reverted.png
docs/screens/5_history_list_display.png
requirements/coverage.txt
requirements/docs.txt
requirements/lint.txt
requirements/mysql.txt
requirements/postgres.txt
requirements/test.txt
requirements/tox.txt
simple_history/__init__.py
simple_history/admin.py
simple_history/exceptions.py
simple_history/manager.py
simple_history/middleware.py
simple_history/models.py
simple_history/signals.py
simple_history/utils.py
simple_history/locale/cs_CZ/LC_MESSAGES/django.mo
simple_history/locale/cs_CZ/LC_MESSAGES/django.po
simple_history/locale/de/LC_MESSAGES/django.mo
simple_history/locale/de/LC_MESSAGES/django.po
simple_history/locale/fr/LC_MESSAGES/django.mo
simple_history/locale/fr/LC_MESSAGES/django.po
simple_history/locale/pl/LC_MESSAGES/django.mo
simple_history/locale/pl/LC_MESSAGES/django.po
simple_history/locale/pt_BR/LC_MESSAGES/django.mo
simple_history/locale/pt_BR/LC_MESSAGES/django.po
simple_history/locale/ru_RU/LC_MESSAGES/django.mo
simple_history/locale/ru_RU/LC_MESSAGES/django.po
simple_history/management/__init__.py
simple_history/management/commands/__init__.py
simple_history/management/commands/clean_duplicate_history.py
simple_history/management/commands/clean_old_history.py
simple_history/management/commands/populate_history.py
simple_history/registry_tests/__init__.py
simple_history/registry_tests/models.py
simple_history/registry_tests/tests.py
simple_history/registry_tests/migration_test_app/__init__.py
simple_history/registry_tests/migration_test_app/models.py
simple_history/registry_tests/migration_test_app/migrations/0001_initial.py
simple_history/registry_tests/migration_test_app/migrations/0002_historicalmodelwithcustomattrforeignkey_modelwithcustomattrforeignkey.py
simple_history/registry_tests/migration_test_app/migrations/0003_alter_historicalmodelwithcustomattrforeignkey_options_and_more.py
simple_history/registry_tests/migration_test_app/migrations/0004_history_date_indexing.py
simple_history/registry_tests/migration_test_app/migrations/0005_historicalmodelwithcustomattronetoonefield_modelwithcustomattronetoonefield.py
simple_history/registry_tests/migration_test_app/migrations/0006_alter_historicalmodelwithcustomattronetoonefield_options_and_more.py
simple_history/registry_tests/migration_test_app/migrations/0007_alter_historicalmodelwithcustomattrforeignkey_options_and_more.py
simple_history/registry_tests/migration_test_app/migrations/__init__.py
simple_history/templates/simple_history/_object_history_list.html
simple_history/templates/simple_history/object_history.html
simple_history/templates/simple_history/object_history_form.html
simple_history/templates/simple_history/submit_line.html
simple_history/templatetags/__init__.py
simple_history/templatetags/getattributes.py
simple_history/templatetags/simple_history_admin_list.py
simple_history/templatetags/simple_history_compat.py
simple_history/tests/__init__.py
simple_history/tests/admin.py
simple_history/tests/models.py
simple_history/tests/other_admin.py
simple_history/tests/urls.py
simple_history/tests/view.py
simple_history/tests/custom_user/__init__.py
simple_history/tests/custom_user/admin.py
simple_history/tests/custom_user/models.py
simple_history/tests/external/__init__.py
simple_history/tests/external/models.py
simple_history/tests/tests/__init__.py
simple_history/tests/tests/test_admin.py
simple_history/tests/tests/test_commands.py
simple_history/tests/tests/test_index.py
simple_history/tests/tests/test_manager.py
simple_history/tests/tests/test_middleware.py
simple_history/tests/tests/test_models.py
simple_history/tests/tests/test_signals.py
simple_history/tests/tests/test_templatetags.py
simple_history/tests/tests/test_utils.py
simple_history/tests/tests/utils.py