index
:
chango.git
devmain
fix-31295
initial-branch
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
2014-07-05
[1.7.x] Ensured bound field renders as unicode safe data
Claude Paroz
2014-05-24
[1.7.x] Fixed #22510 -- Harden field removal to only None.
Marc Tamlyn
2014-05-10
[1.7.x] Fixed #22502 -- Fixed microseconds/default/form interaction
Stephen Burrows
2014-05-05
[1.7.x] Fixed #22570 -- Made Form.__getitem__ KeyError more descriptive.
Ben Davis
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
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #11725 -- Made possible to create widget label tag without "for"
Claude Paroz
2013-05-22
Fixed #18709 -- Check if initial_value is a callable
Jeroen Dekkers
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-04-12
Fixed #20211: Document backwards-incompatible change in BoundField.label_tag
Baptiste Mispelon
2013-03-08
Fixed a regression in forms changed_data
Claude Paroz
2013-03-01
Fixed #16612 -- Improved has_changed detection for localized field values
Claude Paroz
2013-02-24
Fixed #19908 -- Added missing import in forms.py
Claude Paroz
2013-01-30
fixed minor typo #19703
Simon Kerr
2013-01-26
Fixed #18483 -- Marked hidden field error string for translation
Claude Paroz
2013-01-25
Used property decorators in django/forms.py
Claude Paroz
2013-01-25
Moved has_changed logic from widget to form field
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Used six.with_metaclass wherever necessary.
Aymeric Augustin
2012-07-06
Fixed #18572 - Python26 string format incompatibility
Luke Plant
2012-07-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
[next]