Files
edx-platform/lms/djangoapps
michaelroytman 59b9bb88e1 fix: VerificationAttempt.expiration_datetime field may be None.
This commit fixes a bug introduced by the new VerificationAttempt model. The expiration_datetime field is nullable. Other IDV models in the verify_student application have a default value for expiration_date, so they are typically not null, despite being nullable.

This commit updates code that queries this field to function correctly when the value of expiration_datetime is None. In this case, a None expiration_datetime indicates a non-expiring attempt.
2024-10-07 15:54:55 -04:00
..
2024-09-05 15:32:06 +03:00
2024-10-01 19:42:34 +05:00
2024-05-25 18:08:25 +03:30