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
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
2 matches
Mail list logo