Re: Was Form choice.choice_value silently removed in 1.11?

2017-04-07 Thread Rodney Folz
idget-rendering > > choice_value is an attribute of ChoiceInput which was undocumented and > removed. > > On Tuesday, April 4, 2017 at 7:33:18 PM UTC-4, Rodney Folz wrote: >> >> Hi all, congrats on the 1.11 release! >> >> Prior to Django 1.11's form template rend

Was Form choice.choice_value silently removed in 1.11?

2017-04-04 Thread Rodney Folz
Hi all, congrats on the 1.11 release! Prior to Django 1.11's form template rendering, I had a form template that rendered choices like so: ``` {% for choice in form.field_with_choices %} # forms.ChoiceField() {% if choice.choice_value is Value %} ``` Not the prettiest, but it's