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
Age
Commit message (
Expand
)
Author
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-16
Fixed #25078 -- Added support for disabled form fields
Claude Paroz
2015-07-15
Fixed #25124 -- Eased customization of SelectDateWidget subwidget.
George Brocklehurst
2015-07-14
Fixed #25085 -- Overrode Select widget's __deepcopy__()
Eric Carrillo
2015-07-14
Fixed #25097 -- Added BaseModelFormSet.delete_existing() hook.
Simon Litchfield
2015-07-01
Fixed #4960 -- Added "strip" option to CharField
Curtis
2015-06-26
Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.
Jason Hoos
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-16
Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField
Andriy Sokolovskiy
2015-06-11
Allowed easier extendability of ChoiceFieldRenderer.
TMFGravyHands
2015-06-08
Made flatatt docstring match reality
Matthew Schinckel
2015-06-06
Fixed #12437 -- Added css_classes to Form._html_output()
Markus Amalthea Magnuson
2015-06-05
Added release notes for feature added in fe21fb81
Russell Keith-Magee
2015-06-05
Merge pull request #4757 from sergei-maertens/ticket_18166
Russell Keith-Magee
2015-06-04
Removed comment from Form.changed_data; refs #24191
Alasdair Nicol
2015-06-04
Fixed #18166 -- Added form_kwargs support to formsets.
Sergei Maertens
2015-05-25
Fixed #24788 -- Allowed Forms to specify a prefix at the class level.
Paweł Marczewski
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-08
Fixed #24771 -- Simplified ModelForm._post_clean()
Peter Schmidt
2015-05-06
Fixed #24497 -- Added Widget.supports_microseconds attribute
wdmgsm
2015-05-04
Fixes #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2
Antonio Garcia-Dominguez
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
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-03-05
Fixed #24428 -- Fixed has_changed for fields with coercion
Claude Paroz
2015-03-01
Fixed #17401 -- Made SelectDateWidget.render reflect wrong value
Claude Paroz
2015-02-27
Fixed #24229 -- Changed IntegerField to clean floats representing integers
Jon Dufresne
2015-02-24
Fixed #24391 -- Made BoundField.value() cache callable values.
Michael Angeletti
2015-02-24
Fixed #24395 -- Ensured inline ModelsForms have an updated related instance.
Stanislas Guerra
2015-02-23
Fixed #24377 -- Fixed model inline formsets with primary key's that have defa...
Tim Graham
2015-02-14
Added missing return value to DurationField.prepare_value(); refs #24339.
Michael Angeletti
2015-02-14
Fixed #24339 -- Fixed crash with empty DurationField form field.
Michael Angeletti
2015-02-13
Fixed #24295 -- Allowed ModelForm meta to specify form field classes.
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Removed old import aliases.
Tim Graham
2015-01-27
Fixed #24219 -- Moved SelectDateWidget together with the other widgets
Loic Bistuer
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-18
Removed forms.forms.get_declared_fields() per deprecation timeline; refs #19617.
Tim Graham
2015-01-17
Removed support for SplitDateTimeWidget with DateTimeField per deprecation ti...
Tim Graham
2015-01-17
Removed unused imports.
Tim Graham
2015-01-17
Removed Multiple/ModelChoiceField cache_choices option; refs #22838.
Tim Graham
2015-01-17
Removed django.utils.datastructures.MergeDict per deprecation timeline; refs ...
Tim Graham
2015-01-17
Removed backwards compatibility shims for "util" modules per deprecation time...
Tim Graham
2015-01-15
Fixed #23712 -- Fixed KeyError with BaseForm._html_output()
Yang Liu
2015-01-13
Fixed DoS possibility in ModelMultipleChoiceField.
Tim Graham
2015-01-12
Fixed #24138 -- Added modelform_factory to __all__.
Josh Schneier
[next]