te-based-widget-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 for
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 work
2 matches
Mail list logo