Django mandatory Decimal field

前端 未结 0 1905
失恋的感觉
失恋的感觉 2020-12-03 19:30

i have some problem with django, i have a field that i need to convert to mandatory:

slice_thickness = models.DecimalField(max_digits=5, decimal_places=2, nul         


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