Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms/widgets.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Me...Claude Paroz2015-10-191-5/+1
* Fixed #25410 -- Fixed empty ClearableFileInput crash on P...Tim Graham2015-09-231-8/+0
* Fixed #25124 -- Eased customization of SelectDateWidget s...George Brocklehurst2015-07-151-1/+2
* Fixed #25085 -- Overrode Select widget's __deepcopy__()Eric Carrillo2015-07-141-0/+7
* Allowed easier extendability of ChoiceFieldRenderer.TMFGravyHands2015-06-111-4/+6
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-11/+11
* Fixed #24497 -- Added Widget.supports_microseconds attributewdmgsm2015-05-061-0/+1
* Fixes #24727 -- Prevented ClearableFileInput from masking...Antonio Garcia-Dominguez2015-05-041-0/+8
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-1/+1
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-4/+5
* Refs #24469 -- Fixed escaping of forms, fields, and media...Moritz Sichert2015-03-181-0/+3
* Fixed #17401 -- Made SelectDateWidget.render reflect wron...Claude Paroz2015-03-011-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+4
* Fixed #24219 -- Moved SelectDateWidget together with the ...Loic Bistuer2015-01-271-10/+146
* Removed django.utils.datastructures.MergeDict per depreca...Tim Graham2015-01-171-3/+3
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-15/+15
* Removed some commented code in the forms Media class.Tim Graham2014-10-271-4/+0
* Limited lines to 119 characters in django/Tim Graham2014-09-051-6/+16
* Fixed #21201 -- Improved customization of ClearableFileIn...Vlastimil Zíma2014-08-291-7/+18
* Fixed #23113 -- ChoiceInput.render should take specified ...Simon Charette2014-07-281-3/+7
* Fixed #22950 -- Eased markup customization for choice fie...Claude Paroz2014-07-051-7/+10
* Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows2014-05-101-0/+2
* Removed warning for Widget.is_hidden property.Tim Graham2014-03-221-10/+0
* Removed django.forms.widgets.RadioInput per deprecation t...Tim Graham2014-03-211-7/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-3/+4
* Fixed #22137 -- Made Widget.is_hidden a read-only propertyClaude Paroz2014-03-011-5/+16
* Fixed #22136 -- Updated comment for Textarea widgetClaude Paroz2014-02-271-1/+1
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+1
* Fixed #21423 -- Fixed typo in widgets.py.Baptiste Mispelon2013-11-111-1/+1
* Fixing E302 ErrorsJason Myers2013-11-031-1/+13
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Merge pull request #1848 from rayashmanjr/masterAlex Gaynor2013-11-021-4/+4
|\
| * Correct flake8 violation E261Ray Ashman Jr2013-11-021-4/+4
* | Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
|/
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-1/+1
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-3/+3
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-5/+10
* Fixed #19617 -- Refactored Form metaclasses to support mo...Loic Bistuer2013-10-141-4/+8
* Fixed #21173 -- Stopped fixing format for date-based widg...Claude Paroz2013-10-121-45/+12
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Used "is" for comparisons with None.Tim Graham2013-10-101-1/+1
* Fixed #20931 -- Fixed select widgets nested choice renderingChristopher Babiak2013-09-291-6/+17
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-1/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Added SplitHiddenDateTimeWidget to django.forms.widgets._...Tomer Chachamu2013-08-291-1/+1
* Fixed #20555 -- Make subwidget id attribute availableMatt Johnson2013-08-131-7/+8