index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
/
widget_tests
Age
Commit message (
Expand
)
Author
2024-08-02
Fixed #35601 -- Added TelInput widget.
lucasesposito
2024-08-02
Fixed #35599 -- Added ColorInput widget.
arjunomray
2024-07-31
Fixed #35598 -- Added SearchInput widget.
Jeremy Thompson
2024-03-14
Refs #34488 -- Made ClearableFileInput preserve "Clear" checked attribute whe...
Johannes Maron
2023-11-28
Refs #34986 -- Fixed some test assertions for PyPy.
Nick Pope
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-07-31
Refs #34655 -- Made cosmetic edits to RadioSelect tests.
nessita
2023-07-28
Fixed #34655 -- Increased radioselect's test coverage.
Jakub Bagiński
2023-05-03
Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...
Mariusz Felisiak
2023-04-21
Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...
Marcelo Galigniana
2023-03-22
Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.
Jure Slak
2023-01-17
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
Mariusz Felisiak
2022-08-25
Fixed #33830 -- Fixed VariableDoesNotExist when rendering ClearableFileInput.
Neeraj Kumar
2022-04-26
Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple.
L
2022-03-30
Refs #32339 -- Added use_fieldset to Widget.
David
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-12-09
Refs #32338 -- Added Boundfield.legend_tag().
David Smith
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-08-27
Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.
David Smith
2021-05-12
Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.
Nick Pope
2020-09-22
Corrected docstring quotes in various code.
Mariusz Felisiak
2020-07-10
Refs #30578 -- Made SelectDateWidget.format_value() independent of USE_L10N.
Claude Paroz
2020-06-01
Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...
Carles Pina
2020-03-24
Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.
David Smith
2020-03-11
Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docst...
David Smith
2020-01-08
Fixed #31118 -- Made FileInput to avoid the required attribute when initial d...
Shubham singh
2019-12-10
Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.
Peter Andersen
2019-11-21
Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...
Carlton Gibson
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
2019-06-26
Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L1...
Shubham Bhagat
2019-05-08
Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget.
Hasan Ramezani
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2018-11-14
Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.
Basil Dubyk
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-07-26
Refs #29600 -- Added test for datetime_safe usage in SelectDateWidget.value_f...
Tim Graham
2018-04-02
Fixed #29273 -- Prevented initial selection of empty choice in multiple choic...
Claude Paroz
2018-03-15
Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...
Tim Graham
2018-01-30
Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the at...
Vlastimil Zíma
2018-01-30
Added tests for SelectDateWidget.value_from_datadict().
Tim Graham
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2017-12-05
Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
Nick Pope
2017-09-22
Refs #15667 -- Removed support for Widget.render() methods without the render...
Tim Graham
2017-08-29
Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.
caleb logan
2017-07-19
Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...
Roman Selivanov
2017-06-17
Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template c...
Tim Graham
2017-06-17
Fixed #28303 -- Prevented localization of attribute values in the DTL attrs.h...
Tim Graham
[next]