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
/
test_selectdatewidget.py
Age
Commit message (
Expand
)
Author
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-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
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-05-12
Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.
Nick Pope
2020-07-10
Refs #30578 -- Made SelectDateWidget.format_value() independent of USE_L10N.
Claude Paroz
2019-11-21
Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...
Carlton Gibson
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
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-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
2017-08-29
Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.
caleb logan
2017-03-18
Fixed #27724 -- Fixed SelectDateWidget redisplay if a year isn't chosen.
Adonys Alea Boffill
2017-03-18
Added tests for SelectDateWidget.format_value().
Adonys Alea Boffill
2016-09-22
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-09-21
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...
Jon Dufresne
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2015-08-31
Rewrote form widget tests as proper unittests.
Preston Timmons