summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests/test_radioselect.py
AgeCommit message (Expand)Author
2017-03-14[1.11.x] Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz
2016-08-04Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.Jon Dufresne
2016-04-28Refs #15667 -- Removed choices argument from some RendererMixin methods.Tim Graham
2015-08-31Rewrote form widget tests as proper unittests.Preston Timmons