Re: CheckboxSelectMultiple Widget Bug

2017-06-22 Thread Tim Graham
It's helpful if you can include steps to reproduce the issue. Here's what I see on master. I also see the same on 1.8, besides some whitespace differences due to template-based widget rendering that's new in Django 1.11. >>> from django.forms import CheckboxSelectMultiple >>> w = CheckboxSelect

CheckboxSelectMultiple Widget Bug

2017-06-22 Thread Dylan Young
Hey all: Just wanted to check in about a potential bug before I file it in the bug tracker; it's potentially fixed already since I'm working on Django 1.8, but I can't see any record of the bug, so wanted to see if it's come up. The CheckboxSelectMultiple widget doesn't seem to apply attrs correc