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
/
django
/
forms
/
widgets.py
Age
Commit message (
Expand
)
Author
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
2017-03-21
Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
Tim Graham
2017-03-21
Refs #27919 -- Passed ChoiceWidget.create_option() kwargs as expected.
Tim Graham
2017-03-18
Fixed #27724 -- Fixed SelectDateWidget redisplay if a year isn't chosen.
Adonys Alea Boffill
2017-03-14
Fixed #27920 -- Restored empty RadioSelect choice producing value=""
Claude Paroz
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-20
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-20
Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...
Collin Anderson
2017-02-07
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...
Mariusz Felisiak
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-06
Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields w...
Tim Graham
2017-01-31
Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget...
Jon Dufresne
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-23
Replaced dict() usage with dict literals.
Jon Dufresne
2017-01-23
Removed ChoiceWidget.render() as it duplicates parent implementation.
Jon Dufresne
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26533 -- Removed support for Widget._format_value() per deprecation tim...
Tim Graham
2017-01-13
Fixed #27723 -- Set MultiWidget's subwidgets input type from attrs argument.
Mariusz Felisiak
2017-01-10
Fixed #27712 -- Reallowed Input widget's attrs argument to set the input type.
Mariusz Felisiak
2016-12-28
Fixed #27370 -- Prevented Select widget from using 'required' with a non-empt...
Josef Rousek
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-11-22
Fixed #27250 -- Removed 'for ="..."' from CheckboxSelectMultiple's <label>.
Diego MartÃn
2016-11-06
Fixed typo in django/forms/widgets.py comment.
Leila20
2016-09-30
Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
Tim Graham
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-08-24
Fixed #27039 -- Fixed empty data fallback to model field default in model forms.
Tim Graham
2016-08-12
Fixed #27037 -- Prevented required attribute on ClearableFileInput when initi...
Jon Dufresne
[next]