~~~~~~~~~~~~~~~~~~~~ * Leverage edx-api-doc-tools to provide better swagger documentation for the RESTFul API endpoints * Updated internal documentation. Added to the readme and a new docs context
2.3.2
~~~~~~~~~~~~~~~~~~~~ * Add simple_history tracking to the VerifiedName model
2.3.1
~~~~~~~~~~~~~~~~~~~~ * Add two signal handlers to capture post_delete signals from ProctoredExamStudentAttempt and SoftwareSecurePhotoVerification models. If those signals are received, the corresponding VerifiedName(s), if it exists, will be deleted.
2.3.0
~~~~~~~~~~~~~~~~~~~~ * Add REST API functionality to update verified name status, and to delete verified names.
2.2.1
~~~~~~~~~~~~~~~~~~~~ * Update verified name status to `denied` if proctoring `error` status is received
2.2.0
~~~~~~~~~~~~~~~~~~~~ * Added Django40 testing and dropped Django22, 30 and 31 support