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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Corrected docstring quotes in various code.
Mariusz Felisiak
2020-09-22
1
-1
/
+1
*
Refs #30578 -- Made SelectDateWidget.format_value() independent of USE_L10N.
Claude Paroz
2020-07-10
1
-2
/
+7
*
Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...
Carles Pina
2020-06-01
1
-0
/
+15
*
Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.
David Smith
2020-03-24
1
-0
/
+43
*
Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docst...
David Smith
2020-03-11
1
-1
/
+1
*
Fixed #31118 -- Made FileInput to avoid the required attribute when initial d...
Shubham singh
2020-01-08
1
-0
/
+6
*
Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.
Peter Andersen
2019-12-10
1
-0
/
+5
*
Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...
Carlton Gibson
2019-11-21
1
-40
/
+0
*
Used more specific unittest assertions in tests.
Nick Pope
2019-10-29
1
-3
/
+3
*
Corrected several typos in string literals and test names.
Min ho Kim
2019-08-07
1
-1
/
+1
*
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 #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2019-04-25
2
-2
/
+5
*
Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.
Basil Dubyk
2018-11-14
1
-16
/
+61
*
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 #29273 -- Prevented initial selection of empty choice in multiple choic...
Claude Paroz
2018-04-02
2
-5
/
+9
*
Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...
Tim Graham
2018-03-15
2
-1
/
+19
*
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 #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-21
18
-185
/
+185
*
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2018-01-20
2
-11
/
+11
*
Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
Nick Pope
2017-12-05
1
-0
/
+7
*
Refs #15667 -- Removed support for Widget.render() methods without the render...
Tim Graham
2017-09-22
1
-35
/
+0
*
Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.
caleb logan
2017-08-29
1
-0
/
+61
*
Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...
Roman Selivanov
2017-07-19
1
-1
/
+13
*
Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template c...
Tim Graham
2017-06-17
1
-0
/
+6
*
Fixed #28303 -- Prevented localization of attribute values in the DTL attrs.h...
Tim Graham
2017-06-17
1
-0
/
+15
*
Fixed #28265 -- Prevented renderer warning on Widget.render() with **kwargs.
Jon Dufresne
2017-06-02
1
-0
/
+35
*
Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-gro...
Tim Graham
2017-05-03
1
-29
/
+67
*
Removed obsolete Widget.format_output() in tests.
Tim Graham
2017-04-24
1
-3
/
+0
*
Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
Jon Dufresne
2017-04-21
3
-0
/
+92
*
Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple...
Tim Graham
2017-04-20
1
-0
/
+15
*
Fixed #27866 -- Made ChoiceWidget.format_value() return a list
Claude Paroz
2017-04-01
1
-0
/
+6
*
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-31
1
-0
/
+5
*
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 #27920 -- Restored empty RadioSelect choice producing value=""
Claude Paroz
2017-03-14
2
-1
/
+10
*
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...
Mariusz Felisiak
2017-02-07
2
-0
/
+24
*
Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields w...
Tim Graham
2017-02-06
1
-0
/
+6
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
2
-4
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
2
-6
/
+4
*
Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs.
Jon Dufresne
2017-01-23
1
-0
/
+4
*
Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.
Jon Dufresne
2017-01-23
1
-0
/
+35
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-5
/
+5
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-6
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
3
-8
/
+0
*
Fixed #27723 -- Set MultiWidget's subwidgets input type from attrs argument.
Mariusz Felisiak
2017-01-13
1
-0
/
+13
*
Fixed #27712 -- Reallowed Input widget's attrs argument to set the input type.
Mariusz Felisiak
2017-01-10
1
-0
/
+15
*
Refs #15667 -- Prevented newlines in attrs.html widget rendering.
Dmitry
2017-01-06
2
-5
/
+11
[next]