I have a django form with a CheckBoxSelectMultiple field, linked to the 'opening_days' field in my BookingManagement model. This renders in my template, and the form submits after checking some of the checkbox options, for example:
However, when I check the model instance in the database, the 'opening_days' field isβ¦

Top comments (0)