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
/
utils.py
Age
Commit message (
Expand
)
Author
2016-12-27
Fixed #27642 -- Made forms.utils.flatatt() omit 'None' values from attrs.
Illia Volochii
2015-09-16
Refs #25294 -- Moved BoundField to django.forms.boundfield.
Moritz Sichert
2015-09-14
Fixed typo in django/forms/utils.py docstring.
Kholid Fuadi
2015-06-08
Made flatatt docstring match reality
Matthew Schinckel
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-11-21
Fixed #23883 -- Stopped flatatt modifying its argument
Tim Heap
2014-10-07
Fixed #23594 -- Fixed deepcopy on ErrorList.
Loic Bistuer
2014-06-02
Fixed #11776 -- Added CSS class for non-field/top of form errors.
Nick Presta
2014-03-22
Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.
Loic Bistuer
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-06
Reworked ErrorDict.as_json() to prevent unnecessary serialization/deserializa...
Loic Bistuer
2014-02-28
Fixed #21962 -- Added escape_html flag to ErrorDict.as_json()
vvojvoda
2013-12-18
Refs #17413 -- Added isinstance backward compatibility on ErrorList.
Loic Bistuer
2013-12-16
Fixed #17413 -- Serialization of form errors along with all metadata.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham