#27445: RadioSelect widget does not work for NullBooleanField -------------------------------------+------------------------------------- Reporter: Anne Fleischer | Owner: Kenneth | Veldman Type: New feature | Status: assigned Component: Forms | Version: master Severity: Normal | Resolution: Keywords: NullBooleanField, | Triage Stage: Accepted RadioSelect | Has patch: 0 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 -------------------------------------+------------------------------------- Changes (by Kenneth Veldman):
* stage: Unreviewed => Accepted Comment: Was able to reproduce using the same model and forms. I added a couple of more checks by using multiple fields like so: {{{ class MyTestModel(models.Model): foo = models.NullBooleanField(blank=True, null=True) bar = models.BooleanField(blank=True) baz = models.BooleanField() bor = models.NullBooleanField() }}} All results in an empty form when using the {{{forms.RadioSelect}}} widget. -- Ticket URL: <https://code.djangoproject.com/ticket/27445#comment:3> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscr...@googlegroups.com. To post to this group, send email to django-updates@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/065.a6ee8de5d5dd3d54a3ca0f50fb339710%40djangoproject.com. For more options, visit https://groups.google.com/d/optout.