Re: [mezzanine-users] Admin action drop-down 'required' preventing saving updates

2021-02-18 Thread Daniel Montecillo
Have you tried checking one of the forms used in the templates? You can check there if required is explicitly declared. Example: ```language-python selection = forms.CharField( required=True, widget=forms.ChoiceField(attrs={"class": "form-control", "type": "text", }),

[mezzanine-users] Admin action drop-down 'required' preventing saving updates

2021-02-17 Thread Danny
Hi all, This is possibly a Django-2.2.18 related problem, but I thought I'd see if anyone else has experienced this and had a workaround. I recently updated my website to Mezzanine 5.0.0a1 and Django 2.2.18, and after some reasonably thorough local testing, deployed it to the live website.