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
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-01
Fixed #27989 -- Preserved empty QueryDicts for form's data/files args.
Stefan Wehrmeyer
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-20
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-27
Refs #23919 -- Used DeclarativeFieldsMetaclass.__prepare__() for tracking for...
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-08-18
Fixed #27068 -- Unified form field initial data retrieval.
Jon Dufresne
2016-07-27
Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.
Tim Graham
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-14
Refs #26502 -- Added choices to Form.__getitem__() KeyError message.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-01
Fixed #25532 -- Properly redisplayed JSONField form input values
Claude Paroz
2015-09-24
Refs #25294 -- Added BoundField import for backwards compatibility.
Moritz Sichert
2015-09-16
Refs #25294 -- Moved BoundField to django.forms.boundfield.
Moritz Sichert
2015-09-16
Fixed #25294 -- Allowed custom BoundFields on forms.
Moritz Sichert
2015-08-21
Removed BaseForm._raw_value().
Tim Graham
2015-08-04
Used @cached_property for BaseForm.changed_data.
Curtis Maloney
2015-07-16
Fixed #25078 -- Added support for disabled form fields
Claude Paroz
2015-06-06
Fixed #12437 -- Added css_classes to Form._html_output()
Markus Amalthea Magnuson
2015-06-04
Removed comment from Form.changed_data; refs #24191
Alasdair Nicol
2015-05-25
Fixed #24788 -- Allowed Forms to specify a prefix at the class level.
Paweł Marczewski
2015-05-06
Fixed #24497 -- Added Widget.supports_microseconds attribute
wdmgsm
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-03-18
Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templ...
Moritz Sichert
2015-03-16
Fixed #5986 -- Added ability to customize order of Form fields
Thomas Tanner
2015-02-24
Fixed #24391 -- Made BoundField.value() cache callable values.
Michael Angeletti
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed forms.forms.get_declared_fields() per deprecation timeline; refs #19617.
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
[next]