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
2015-03-27
[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Dja...
Moritz Sichert
2015-03-18
[1.8.x] Refs #24469 -- Fixed escaping of forms, fields, and media in non-Djan...
Moritz Sichert
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-10-27
Removed some commented code in the forms Media class.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-29
Fixed #21201 -- Improved customization of ClearableFileInput.
Vlastimil Zíma
2014-07-28
Fixed #23113 -- ChoiceInput.render should take specified attrs into account.
Simon Charette
2014-07-05
Fixed #22950 -- Eased markup customization for choice field rendering
Claude Paroz
2014-05-10
Fixed #22502 -- Fixed microseconds/default/form interaction
Stephen Burrows
2014-03-21
Removed warning for Widget.is_hidden property.
Tim Graham
2014-03-21
Removed django.forms.widgets.RadioInput per deprecation timeline.
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-01
Fixed #22137 -- Made Widget.is_hidden a read-only property
Claude Paroz
2014-02-27
Fixed #22136 -- Updated comment for Textarea widget
Claude Paroz
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-11
Fixed #21423 -- Fixed typo in widgets.py.
Baptiste Mispelon
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Merge pull request #1848 from rayashmanjr/master
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-14
Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...
Loic Bistuer
2013-10-12
Fixed #21173 -- Stopped fixing format for date-based widgets at init time
Claude Paroz
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Used "is" for comparisons with None.
Tim Graham
2013-09-28
Fixed #20931 -- Fixed select widgets nested choice rendering
Christopher Babiak
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-29
Added SplitHiddenDateTimeWidget to django.forms.widgets.__all__
Tomer Chachamu
2013-08-13
Fixed #20555 -- Make subwidget id attribute available
Matt Johnson
2013-08-05
Fixed #20850 -- Added MultiWidget.needs_multipart_form
Tim Heap
2013-07-31
Fixed #20649 -- Allowed blank field display to be defined in the initial list...
Alex Couper
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-04-13
Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect
Baptiste Mispelon
2013-04-13
Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect
Baptiste Mispelon
2013-04-13
Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple
Baptiste Mispelon
2013-03-04
Fixed #19464 -- Eased customization of ClearableFileInput's link markup
Claude Paroz
2013-02-23
Fixed #19686 -- Added HTML5 number input type
Claude Paroz
2013-01-28
Added HTML5 url input type
Claude Paroz
[next]