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
/
django
/
forms
/
widgets.py
Age
Commit message (
Expand
)
Author
2021-01-27
Improved performance of django.forms.ChoiceWidget.optgroups().
David Smith
2021-01-19
Removed unnecessary empty dict creation in ChoiceWidget.create_option().
David Smith
2020-09-24
Fixed #30563 -- Optimized form Media by removing duplicated assets when adding.
David Smith
2020-09-22
Corrected docstring quotes in various code.
Mariusz Felisiak
2020-07-10
Refs #30578 -- Made SelectDateWidget.format_value() independent of USE_L10N.
Claude Paroz
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-06
Simplified Widget.get_context() a bit.
Jon Dufresne
2020-03-24
Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.
David Smith
2020-01-08
Fixed #31118 -- Made FileInput to avoid the required attribute when initial d...
Shubham singh
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-12-10
Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.
Peter Andersen
2019-11-28
Refs #23919 -- Replaced super(...) with super() in metaclasses.
Jon Dufresne
2019-11-21
Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required ...
Carlton Gibson
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
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
2019-02-27
Fixed #30179 -- Fixed form Media merging when pairwise merging is insufficient.
Matthias Kestenholz
2019-02-09
Fixed #30153 -- Fixed incorrect form Media asset ordering after three way merge.
Matthias Kestenholz
2018-11-14
Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.
Basil Dubyk
2018-04-02
Fixed #29273 -- Prevented initial selection of empty choice in multiple choic...
Claude Paroz
2018-03-15
Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...
Tim Graham
2018-03-03
Condensed some widgets code.
Daniel Hahler
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2018-01-30
Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the at...
Vlastimil Zíma
2018-01-30
Fixed #29089 -- Avoided redundant date parsing in SelectDateWidget.format_val...
Tim Graham
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2018-01-18
Removed unnecessary microsecond truncation in SplitDateTimeWidget.
Jon Dufresne
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-08
Simplified widgets.Select._choice_has_empty_value().
Sergey Fedoseev
2017-12-07
Fixed #28906 -- Removed unnecessary bool() calls.
Tim Graham
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-31
Removed useless itertools.chain() call in ChoiceWidget.optgroups().
Sergey Fedoseev
2017-08-29
Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.
caleb logan
2017-08-26
Added Media.__repr__().
Collin Anderson
2017-08-07
Removed unnecessary else in SelectDateWidget.id_for_lable().
Srinivas Reddy Thatiparthy
2017-07-20
Fixed #28377 -- Made combining form Media retain relative asset order.
Johannes Hoppe
2017-07-19
Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...
Roman Selivanov
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-17
Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template c...
Tim Graham
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-03
Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-gro...
Tim Graham
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-26
Replaced temporary lists used for passing arguments with iterables.
Jon Dufresne
2017-04-21
Removed unneeded is True|False from bool expressions in widgets.py.
Jon Dufresne
2017-04-21
Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
Jon Dufresne
2017-04-01
Fixed #27866 -- Made ChoiceWidget.format_value() return a list
Claude Paroz
2017-03-31
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
[next]