index
:
chango.git
devmain
fix-31295
initial-branch
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
2019-11-21
[3.0.x] Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of r...
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