.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS
CHANGES
LICENSE
MANIFEST.in
README.rst
VERSION
codecov.yml
pyproject.toml
runtests.py
setup.cfg
.github/workflows/build.yml
edc_notification/__init__.py
edc_notification/admin.py
edc_notification/admin_site.py
edc_notification/apps.py
edc_notification/auth_objects.py
edc_notification/auths.py
edc_notification/constants.py
edc_notification/decorators.py
edc_notification/mailing_list_manager.py
edc_notification/modeladmin_mixins.py
edc_notification/models.py
edc_notification/signals.py
edc_notification/site_notifications.py
edc_notification/stubs.py
edc_notification/system_checks.py
edc_notification/update_mailing_lists_in_m2m.py
edc_notification/urls.py
edc_notification/utils.py
edc_notification.egg-info/PKG-INFO
edc_notification.egg-info/SOURCES.txt
edc_notification.egg-info/dependency_links.txt
edc_notification.egg-info/not-zip-safe
edc_notification.egg-info/requires.txt
edc_notification.egg-info/top_level.txt
edc_notification/management/commands/list_recipients_by_notification.py
edc_notification/migrations/0001_initial.py
edc_notification/migrations/0002_update_notifications.py
edc_notification/migrations/0003_auto_20181111_2336.py
edc_notification/migrations/0004_auto_20190305_0123.py
edc_notification/migrations/0005_notification_mailing_list_address.py
edc_notification/migrations/0006_auto_20200513_0023.py
edc_notification/migrations/__init__.py
edc_notification/model_mixins/__init__.py
edc_notification/model_mixins/notification_model_mixin.py
edc_notification/model_mixins/notification_user_profile_model_mixin.py
edc_notification/notification/__init__.py
edc_notification/notification/graded_event_notification.py
edc_notification/notification/model_notification.py
edc_notification/notification/new_model_notification.py
edc_notification/notification/notification.py
edc_notification/notification/updated_model_notification.py
edc_notification/tests/__init__.py
edc_notification/tests/admin.py
edc_notification/tests/models.py
edc_notification/tests/etc/user-aes-local.key
edc_notification/tests/etc/user-aes-restricted.key
edc_notification/tests/etc/user-rsa-local-private.pem
edc_notification/tests/etc/user-rsa-local-public.pem
edc_notification/tests/etc/user-rsa-restricted-private.pem
edc_notification/tests/etc/user-rsa-restricted-public.pem
edc_notification/tests/etc/user-salt-local.key
edc_notification/tests/etc/user-salt-restricted.key
edc_notification/tests/tests/__init__.py
edc_notification/tests/tests/test_admin_mixin.py
edc_notification/tests/tests/test_mailing_list.py
edc_notification/tests/tests/test_notification.py
edc_notification/tests/tests/test_sms.py