Form no longer validates after upgrading django from 2.0.5 to 2.1. Should I report a bug?

2018-12-31 Thread Franc Boekelo
Hello, In our project we have a Model with this field: has_drivers_license = models.BooleanField(verbose_name=_('Heeft rijbewijs'), default=False, choices=BOOL_CHOICES) and we have a ModelForm, where this field is used: fields = [*...* 'has_drivers_license', ] and we use a radio se

Re: Form no longer validates after upgrading django from 2.0.5 to 2.1. Should I report a bug?

2018-12-31 Thread Franc Boekelo
Fair enough. I think the behavior makes sense the way it is, so I'll leave it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegro