index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
/
widget_tests
/
test_selectdatewidget.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.
Jure Slak
2023-03-22
1
-0
/
+2
*
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-26
/
+21
*
Refs #32339 -- Added use_fieldset to Widget.
David
2022-03-30
1
-0
/
+43
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-1
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-75
/
+165
*
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-09-14
1
-3
/
+8
*
Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.
Nick Pope
2021-05-12
1
-1
/
+2
*
Refs #30578 -- Made SelectDateWidget.format_value() independent of USE_L10N.
Claude Paroz
2020-07-10
1
-2
/
+7
*
Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...
Carlton Gibson
2019-11-21
1
-40
/
+0
*
Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L1...
Shubham Bhagat
2019-06-26
1
-1
/
+16
*
Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget.
Hasan Ramezani
2019-05-08
1
-0
/
+40
*
Fixed typos in comments and docs.
luz.paz
2018-08-01
1
-1
/
+1
*
Refs #29600 -- Added test for datetime_safe usage in SelectDateWidget.value_f...
Tim Graham
2018-07-26
1
-0
/
+6
*
Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the at...
Vlastimil Zíma
2018-01-30
1
-26
/
+26
*
Added tests for SelectDateWidget.value_from_datadict().
Tim Graham
2018-01-30
1
-0
/
+19
*
Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.
caleb logan
2017-08-29
1
-0
/
+61
*
Fixed #27724 -- Fixed SelectDateWidget redisplay if a year isn't chosen.
Adonys Alea Boffill
2017-03-18
1
-0
/
+1
*
Added tests for SelectDateWidget.format_value().
Adonys Alea Boffill
2017-03-18
1
-0
/
+18
*
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-09-22
1
-0
/
+8
*
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...
Jon Dufresne
2016-09-21
1
-10
/
+10
*
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
1
-2
/
+2
*
Rewrote form widget tests as proper unittests.
Preston Timmons
2015-08-31
1
-0
/
+479