I have a Model with Choices applied to one of the attributes:
class Booking(models.Model): BOOKING_STATUS_CHOICES = [ (\'RESERVED\', \'Reserved\'