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
/
forms.py
Age
Commit message (
Expand
)
Author
2016-02-24
[1.8.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Jon Dufresne
2015-06-04
[1.8.x] Removed comment from Form.changed_data; refs #24191
Alasdair Nicol
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-24
[1.8.x] Fixed #24391 -- Made BoundField.value() cache callable values.
Michael Angeletti
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-15
Fixed #23712 -- Fixed KeyError with BaseForm._html_output()
Yang Liu
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-22
Fixed #23167 -- Added BaseForm.__repr__()
areski
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-08-04
Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset when ac...
Vincent-Vega
2014-08-04
Corrected a comment in forms/forms.py; refs #16612.
Tim Graham
2014-08-02
Fixed two typos in docstrings.
Baptiste Mispelon
2014-07-05
Ensured bound field renders as unicode safe data
Claude Paroz
2014-06-02
Fixed #11776 -- Added CSS class for non-field/top of form errors.
Nick Presta
2014-05-24
Fixed #22510 -- Harden field removal to only None.
Marc Tamlyn
2014-05-13
Fixed #22533 -- Added label_suffix parameter to form fields.
Julen Ruiz Aizpuru
2014-05-10
Fixed #22502 -- Fixed microseconds/default/form interaction
Stephen Burrows
2014-05-05
Fixed #22570 -- Made Form.__getitem__ KeyError more descriptive.
Ben Davis
2014-04-07
Removed casting to bool just before negation.
Tomasz Wysocki
2014-03-24
Fixed #17922 -- Added required_css_class to form label.
Anubhav Joshi
2014-03-24
Fixed #22318 -- Added Form.has_error() to easily check if a given error has h...
Loic Bistuer
2014-03-21
Removed backwards compatibility code to call field.widget._has_changed()
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2014-01-10
Fixed docstring typo in django/forms/forms.py.
Marc Sibson
2013-12-16
Fixed #17413 -- Serialization of form errors along with all metadata.
Loic Bistuer
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-14
Fixed #8620 -- Updated the Form metaclass to support excluding fields by shad...
Loic Bistuer
2013-10-14
Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...
Loic Bistuer
2013-09-21
Ensured that BoundField.as_widget always returns properly localized fields.
Florian Apolloner
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-10
Fixed #5749 -- Added field_name as a key in the _html_output dict
e0ne
2013-08-22
Moved translator comment just above the target string
Claude Paroz
2013-08-13
Fixed #20555 -- Make subwidget id attribute available
Matt Johnson
2013-08-08
Revert change to the default Form.clean()
Marc Tamlyn
2013-08-08
Form.clean() does not need to return cleaned_data.
Marc Tamlyn
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-26
Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
Tim Graham
2013-07-13
Fixed #20582 -- Allowed default Form.label_suffix to be translated
Claude Paroz
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-18
Fixed #20618 -- Fixed regression in `BoundField.label_tag`.
Baptiste Mispelon
2013-06-10
Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix
Gabe Jackson
[next]