summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests/test_selectdatewidget.py
Commit message (Expand)AuthorAgeFilesLines
* 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-171-26/+21
* Refs #32339 -- Added use_fieldset to Widget.David2022-03-301-0/+43
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-75/+165
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-3/+8
* Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.Nick Pope2021-05-121-1/+2
* Refs #30578 -- Made SelectDateWidget.format_value() independent of USE_L10N.Claude Paroz2020-07-101-2/+7
* Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...Carlton Gibson2019-11-211-40/+0
* 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 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 #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 #28530 -- Prevented SelectDateWidget from localizing years in output.caleb logan2017-08-291-0/+61
* Fixed #27724 -- Fixed SelectDateWidget redisplay if a year isn't chosen.Adonys Alea Boffill2017-03-181-0/+1
* Added tests for SelectDateWidget.format_value().Adonys Alea Boffill2017-03-181-0/+18
* Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham2016-09-221-0/+8
* Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne2016-09-211-10/+10
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-2/+2
* Rewrote form widget tests as proper unittests.Preston Timmons2015-08-311-0/+479