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
2017-08-29
[1.11.x] Fixed #28530 -- Prevented SelectDateWidget from localizing years in ...
caleb logan
2017-07-19
[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of...
Roman Selivanov
2017-07-06
[1.11.x] Fixed #28355 -- Fixed widget rendering of non-ASCII date/time format...
Tim Graham
2017-06-17
[1.11.x] Fixed #28176 -- Restored the uncasted option value in ChoiceWidget t...
Tim Graham
2017-05-03
[1.11.x] Fixed #28157 -- Fixed choice ordering in form fields with grouped an...
Tim Graham
2017-04-21
[1.11.x] Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
Jon Dufresne
2017-04-01
[1.11.x] Refs #27866 -- Adapted backport for Python 2 compatibility
Claude Paroz
2017-04-01
[1.11.x] Fixed #27866 -- Made ChoiceWidget.format_value() return a list
Claude Paroz
2017-03-31
[1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-21
[1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
Tim Graham
2017-03-21
[1.11.x] Refs #27919 -- Passed ChoiceWidget.create_option() kwargs as expected.
Tim Graham
2017-03-14
[1.11.x] Fixed #27920 -- Restored empty RadioSelect choice producing value=""
Claude Paroz
2017-02-20
[1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the ...
Collin Anderson
2017-02-06
[1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model...
Tim Graham
2017-01-31
[1.11.x] Fixed #27758 -- Reallowed AdvancedModelIterator pattern after templa...
Jon Dufresne
2017-01-23
[1.11.x] Replaced dict() usage with dict literals.
Jon Dufresne
2017-01-23
[1.11.x] Removed ChoiceWidget.render() as it duplicates parent implementation.
Jon Dufresne
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
2016-08-09
Fixed #26905 -- Allowed using MultiValueDict-like objects as form data.
Marcin Nowak
2016-08-04
Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.
Jon Dufresne
2016-08-03
Fixed #27001 -- Fixed a query count regression in ModelChoiceField with Radio...
Alex Hill
2016-08-01
Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
Jon Dufresne
2016-06-18
Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with ModelChoiceI...
Tim Graham
2016-04-28
Refs #15667 -- Removed choices argument from some RendererMixin methods.
Tim Graham
2016-04-23
Fixed #26533 -- Renamed Widget._format_value() to format_value().
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-02-15
Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2
Berker Peksag
2016-02-02
Fixed #25731 -- Removed unused choices kwarg for Select.render()
jpic
2016-01-25
Refs #25731 -- Removed unused MultipleHiddenInput choices
jpic
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-10-19
Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Media.absolute_path
Claude Paroz
2015-09-23
Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.
Tim Graham
2015-07-15
Fixed #25124 -- Eased customization of SelectDateWidget subwidget.
George Brocklehurst
2015-07-14
Fixed #25085 -- Overrode Select widget's __deepcopy__()
Eric Carrillo
2015-06-11
Allowed easier extendability of ChoiceFieldRenderer.
TMFGravyHands
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-06
Fixed #24497 -- Added Widget.supports_microseconds attribute
wdmgsm
2015-05-04
Fixes #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2
Antonio Garcia-Dominguez
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
[next]