I have the below choice field in models.
STATUS_REVIEW_RISK_ESTIMATE_CHOICES = ( (0, \"High\"), (1, \"Medium\"), (2, \"Low\"), ) class Siverify