summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...Mariusz Felisiak2023-05-032-0/+49
* Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...Marcelo Galigniana2023-04-211-1/+4
* Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.Jure Slak2023-03-221-0/+2
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-172-61/+21
* Fixed #33830 -- Fixed VariableDoesNotExist when rendering ClearableFileInput.Neeraj Kumar2022-08-251-0/+10
* Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple.L2022-04-261-0/+9
* Refs #32339 -- Added use_fieldset to Widget.David2022-03-3021-22/+411
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-0712-89/+190
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0724-674/+1406
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+1
* Refs #32338 -- Added Boundfield.legend_tag().David Smith2021-12-091-0/+1
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-1410-23/+27
* Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith2021-08-272-165/+142
* Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.Nick Pope2021-05-121-1/+2
* Corrected docstring quotes in various code.Mariusz Felisiak2020-09-221-1/+1
* Refs #30578 -- Made SelectDateWidget.format_value() independent of USE_L10N.Claude Paroz2020-07-101-2/+7
* Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina2020-06-011-0/+15
* Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.David Smith2020-03-241-0/+43
* Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docst...David Smith2020-03-111-1/+1
* Fixed #31118 -- Made FileInput to avoid the required attribute when initial d...Shubham singh2020-01-081-0/+6
* Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.Peter Andersen2019-12-101-0/+5
* Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...Carlton Gibson2019-11-211-40/+0
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-3/+3
* Corrected several typos in string literals and test names.Min ho Kim2019-08-071-1/+1
* Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L1...Shubham Bhagat2019-06-261-1/+16
* Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget.Hasan Ramezani2019-05-081-0/+40
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-252-2/+5
* Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.Basil Dubyk2018-11-141-16/+61
* Fixed typos in comments and docs.luz.paz2018-08-011-1/+1
* Refs #29600 -- Added test for datetime_safe usage in SelectDateWidget.value_f...Tim Graham2018-07-261-0/+6
* Fixed #29273 -- Prevented initial selection of empty choice in multiple choic...Claude Paroz2018-04-022-5/+9
* Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...Tim Graham2018-03-152-1/+19
* Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the at...Vlastimil Zíma2018-01-301-26/+26
* Added tests for SelectDateWidget.value_from_datadict().Tim Graham2018-01-301-0/+19
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-2118-185/+185
* Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...Jon Dufresne2018-01-202-11/+11
* Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.Nick Pope2017-12-051-0/+7
* Refs #15667 -- Removed support for Widget.render() methods without the render...Tim Graham2017-09-221-35/+0
* Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.caleb logan2017-08-291-0/+61
* Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...Roman Selivanov2017-07-191-1/+13
* Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template c...Tim Graham2017-06-171-0/+6
* Fixed #28303 -- Prevented localization of attribute values in the DTL attrs.h...Tim Graham2017-06-171-0/+15
* Fixed #28265 -- Prevented renderer warning on Widget.render() with **kwargs.Jon Dufresne2017-06-021-0/+35
* Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-gro...Tim Graham2017-05-031-29/+67
* Removed obsolete Widget.format_output() in tests.Tim Graham2017-04-241-3/+0
* Fixed #28075 -- Prevented ChoiceWidget from localizing option values.Jon Dufresne2017-04-213-0/+92
* Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple...Tim Graham2017-04-201-0/+15
* Fixed #27866 -- Made ChoiceWidget.format_value() return a listClaude Paroz2017-04-011-0/+6
* Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm2017-03-311-0/+5
* Fixed #27724 -- Fixed SelectDateWidget redisplay if a year isn't chosen.Adonys Alea Boffill2017-03-181-0/+1