Search choice field by the name in django - python

前端 未结 0 1840
花落未央
花落未央 2021-01-22 04:59

I have the below choice field in models.

STATUS_REVIEW_RISK_ESTIMATE_CHOICES = (
    (0, \"High\"),
    (1, \"Medium\"),
    (2, \"Low\"),
)

    class Siverify         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题