Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-161-0/+7
* Fixed typo in django/forms/utils.py docstring.Kholid Fuadi2015-09-141-1/+1
* Made flatatt docstring match realityMatthew Schinckel2015-06-081-3/+5
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-1/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-11/+7
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-6/+6
* Fixed #23883 -- Stopped flatatt modifying its argumentTim Heap2014-11-211-7/+8
* Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer2014-10-061-0/+9
* Fixed #11776 -- Added CSS class for non-field/top of form...Nick Presta2014-06-021-1/+11
* Fixed #20684 -- Added support for HTML5 boolean attribute...Loic Bistuer2014-03-221-15/+12
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Reworked ErrorDict.as_json() to prevent unnecessary seria...Loic Bistuer2014-03-061-11/+13
* Fixed #21962 -- Added escape_html flag to ErrorDict.as_js...vvojvoda2014-02-281-5/+6
* Refs #17413 -- Added isinstance backward compatibility on...Loic Bistuer2013-12-181-1/+1
* Fixed #17413 -- Serialization of form errors along with a...Loic Bistuer2013-12-161-12/+54
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-10/+8
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+5
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-3/+6
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-0/+117