.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_crf/__init__.py
edc_crf/admin.py
edc_crf/admin_site.py
edc_crf/apps.py
edc_crf/auths.py
edc_crf/choices.py
edc_crf/crf_form_validator.py
edc_crf/crf_form_validator_mixins.py
edc_crf/fieldset.py
edc_crf/form_validator_mixins.py
edc_crf/modelform_mixins.py
edc_crf/models.py
edc_crf/signals.py
edc_crf/stubs.py
edc_crf/update_crf_status_command.py
edc_crf/update_crf_status_for_instance.py
edc_crf/urls.py
edc_crf.egg-info/PKG-INFO
edc_crf.egg-info/SOURCES.txt
edc_crf.egg-info/dependency_links.txt
edc_crf.egg-info/not-zip-safe
edc_crf.egg-info/top_level.txt
edc_crf/form_validators/__init__.py
edc_crf/management/commands/update_crf_status.py
edc_crf/management/commands/__pycache__/update_crf_status.cpython-38.pyc
edc_crf/migrations/0001_initial.py
edc_crf/migrations/0002_auto_20200729_2310.py
edc_crf/migrations/__init__.py
edc_crf/model_mixins/__init__.py
edc_crf/model_mixins/crf_inline_model_mixin.py
edc_crf/model_mixins/crf_model_mixin.py
edc_crf/model_mixins/crf_no_manager_model_mixin.py
edc_crf/model_mixins/crf_status_model_mixin.py
edc_crf/model_mixins/crf_with_action_model_mixin.py
edc_crf/tests/__init__.py
edc_crf/tests/holidays.csv
edc_crf/tests/models.py
edc_crf/tests/visit_schedule.py
edc_crf/tests/etc/user-aes-local.key
edc_crf/tests/etc/user-aes-restricted.key
edc_crf/tests/etc/user-rsa-local-private.pem
edc_crf/tests/etc/user-rsa-local-public.pem
edc_crf/tests/etc/user-rsa-restricted-private.pem
edc_crf/tests/etc/user-rsa-restricted-public.pem
edc_crf/tests/etc/user-salt-local.key
edc_crf/tests/etc/user-salt-restricted.key
edc_crf/tests/tests/__init__.py
edc_crf/tests/tests/test_crf_status.py
edc_crf/tests/tests/tests_crf.py