Update the 'CHOICE' in the post method

前端 未结 0 1518
暖寄归人
暖寄归人 2020-12-06 16:29

I have a Model with Choices applied to one of the attributes:

class Booking(models.Model):

    BOOKING_STATUS_CHOICES = [
        (\'RESERVED\', \'Reserved\'         


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