Changes between Initial Version and Version 1 of Ticket #33042


Ignore:
Timestamp:
Aug 22, 2021, 11:51:56 PM (3 years ago)
Author:
cloudy-sfu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33042

    • Property Keywords widget added; checkbox removed
    • Property Owner changed from nobody to cloudy-sfu
    • Property Status newassigned
    • Property Type BugCleanup/optimization
  • Ticket #33042 – Description

    initial v1  
    2727Enter a list of values.
    2828
    29 If I replace the sentence in form class by
     29If I remove widget setting like:
    3030
    3131{{{
    32 fill_na_avg = forms.ModelMultipleChoiceField(Column.objects.all(), widget=forms.CheckboxInput(), required=False)
     32fill_na_avg = forms.ModelMultipleChoiceField(Column.objects.all(), required=False)
    3333}}}
    3434
    35 It works.
     35It works. So, why widget affects the validation of forms?
Back to Top