Set expiration_date field in IDVerificationAttempt model
Showing
- cms/envs/common.py 7 additions, 0 deletionscms/envs/common.py
- common/djangoapps/student/tests/test_verification_status.py 7 additions, 3 deletionscommon/djangoapps/student/tests/test_verification_status.py
- lms/djangoapps/verify_student/management/commands/populate_expiration_date.py 103 additions, 0 deletions...y_student/management/commands/populate_expiration_date.py
- lms/djangoapps/verify_student/management/commands/populate_expiry_date.py 2 additions, 5 deletions...erify_student/management/commands/populate_expiry_date.py
- lms/djangoapps/verify_student/management/commands/send_verification_expiry_email.py 18 additions, 9 deletions...ent/management/commands/send_verification_expiry_email.py
- lms/djangoapps/verify_student/management/commands/tests/test_populate_expiration_date.py 65 additions, 0 deletions...anagement/commands/tests/test_populate_expiration_date.py
- lms/djangoapps/verify_student/management/commands/tests/test_send_verification_expiry_email.py 16 additions, 16 deletions...ent/commands/tests/test_send_verification_expiry_email.py
- lms/djangoapps/verify_student/migrations/0013_add_expiration_date_field.py 29 additions, 0 deletions...rify_student/migrations/0013_add_expiration_date_field.py
- lms/djangoapps/verify_student/models.py 23 additions, 26 deletionslms/djangoapps/verify_student/models.py
- lms/djangoapps/verify_student/services.py 18 additions, 33 deletionslms/djangoapps/verify_student/services.py
- lms/djangoapps/verify_student/tests/__init__.py 4 additions, 4 deletionslms/djangoapps/verify_student/tests/__init__.py
- lms/djangoapps/verify_student/tests/factories.py 0 additions, 2 deletionslms/djangoapps/verify_student/tests/factories.py
- lms/djangoapps/verify_student/tests/test_models.py 17 additions, 21 deletionslms/djangoapps/verify_student/tests/test_models.py
- lms/djangoapps/verify_student/tests/test_services.py 52 additions, 12 deletionslms/djangoapps/verify_student/tests/test_services.py
- lms/djangoapps/verify_student/tests/test_utils.py 2 additions, 2 deletionslms/djangoapps/verify_student/tests/test_utils.py
- lms/djangoapps/verify_student/tests/test_views.py 7 additions, 8 deletionslms/djangoapps/verify_student/tests/test_views.py
- lms/djangoapps/verify_student/views.py 4 additions, 4 deletionslms/djangoapps/verify_student/views.py
- lms/templates/emails/passed_verification_email.txt 1 addition, 1 deletionlms/templates/emails/passed_verification_email.txt
- lms/templates/verify_student/edx_ace/verificationapproved/email/body.html 1 addition, 1 deletion...rify_student/edx_ace/verificationapproved/email/body.html
- lms/templates/verify_student/edx_ace/verificationapproved/email/body.txt 1 addition, 1 deletion...erify_student/edx_ace/verificationapproved/email/body.txt
Please register or sign in to comment