LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
django_moderation.egg-info/PKG-INFO
django_moderation.egg-info/SOURCES.txt
django_moderation.egg-info/dependency_links.txt
django_moderation.egg-info/not-zip-safe
django_moderation.egg-info/requires.txt
django_moderation.egg-info/top_level.txt
docs/contributing.rst
docs/history.rst
example_project/example_app/__init__.py
example_project/example_app/admin.py
example_project/example_app/models.py
example_project/example_app/moderator.py
example_project/example_app/migrations/0001_initial.py
example_project/example_app/migrations/__init__.py
moderation/__init__.py
moderation/admin.py
moderation/apps.py
moderation/constants.py
moderation/db.py
moderation/diff.py
moderation/fields.py
moderation/filterspecs.py
moderation/forms.py
moderation/helpers.py
moderation/managers.py
moderation/message_backends.py
moderation/models.py
moderation/moderator.py
moderation/queryset.py
moderation/register.py
moderation/signals.py
moderation/utils.py
moderation/conf/__init__.py
moderation/conf/settings.py
moderation/fixtures/test_moderation.json
moderation/fixtures/test_users.json
moderation/locale/de/LC_MESSAGES/django.mo
moderation/locale/de/LC_MESSAGES/django.po
moderation/locale/fr/LC_MESSAGES/django.mo
moderation/locale/fr/LC_MESSAGES/django.po
moderation/locale/he/LC_MESSAGES/django.mo
moderation/locale/he/LC_MESSAGES/django.po
moderation/locale/pt_BR/LC_MESSAGES/django.mo
moderation/locale/pt_BR/LC_MESSAGES/django.po
moderation/migrations/0001_initial.py
moderation/migrations/0002_auto_20150515_1057.py
moderation/migrations/0003_rename_fields_to_be_shorter.py
moderation/migrations/0004_auto_20180918_1132.py
moderation/migrations/0005_auto_20190412_0442.py
moderation/migrations/__init__.py
moderation/templates/moderation/html_diff.html
moderation/templates/moderation/image_diff.html
moderation/templates/moderation/moderate_object.html
moderation/templates/moderation/moderated_objects_list.html
moderation/templates/moderation/notification_message_moderator.txt
moderation/templates/moderation/notification_message_user.txt
moderation/templates/moderation/notification_subject_moderator.txt
moderation/templates/moderation/notification_subject_user.txt
tests/migrations/0001_initial.py
tests/migrations/__init__.py
tests/tests/__init__.py
tests/tests/acceptance/__init__.py
tests/tests/acceptance/testauto_discover.py
tests/tests/acceptance/testexclude.py
tests/tests/regression/__init__.py
tests/tests/regression/testregressions.py
tests/tests/unit/__init__.py
tests/tests/unit/testadmin.py
tests/tests/unit/testdiff.py
tests/tests/unit/testforms.py
tests/tests/unit/testmanagers.py
tests/tests/unit/testmodels.py
tests/tests/unit/testmoderator.py
tests/tests/unit/testregister.py
tests/urls/__init__.py
tests/urls/auto_discover.py
tests/urls/default.py
tests/utils/__init__.py
tests/utils/request_factory.py
tests/utils/testcases.py