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
Age
Commit message (
Expand
)
Author
2016-04-01
Fixed #25532 -- Properly redisplayed JSONField form input values
Claude Paroz
2016-03-26
Fixed #25987 -- Made inline formset validation respect unique_together with a...
Simon Charette
2016-03-25
Removed unnecessary type creation in modelforset_factory.
Simon Charette
2016-03-19
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Claude Paroz
2016-02-26
Fixed #24974 -- Fixed inheritance of formfield_callback for modelform_factory...
Yoong Kang Lim
2016-02-24
Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Jon Dufresne
2016-02-21
Fixed #26238 -- Raised explicit error for non-editable field in ModelForm
Claude Paroz
2016-02-19
Fixed #25349 -- Allowed a ModelForm to unset a fields with blank=True, requir...
haxoza
2016-02-15
Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2
Berker Peksag
2016-02-02
Fixed #25731 -- Removed unused choices kwarg for Select.render()
jpic
2016-01-28
Fixed #26129 -- Made invalid forms display initial values of disabled fields.
Tim Graham
2016-01-25
Refs #25731 -- Removed unused MultipleHiddenInput choices
jpic
2016-01-23
Refs #26104 -- Replaced unnecessary force_str() with force_text().
Tim Graham
2016-01-22
Fixed #26104 -- Fixed TypeError when passing number to forms.DurationField.
Alexander Gaevsky
2015-12-17
Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field
Claude Paroz
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-11-09
Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
Marti Raudsepp
2015-10-19
Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Media.absolute_path
Claude Paroz
2015-10-05
Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Tim Graham
2015-09-24
Refs #25294 -- Added BoundField import for backwards compatibility.
Moritz Sichert
2015-09-23
Refs #23162 -- Removed forms.Field._has_changed() method.
Tim Graham
2015-09-23
Refs #23151 -- Removed RegexField.error_message per deprecation timeline.
Tim Graham
2015-09-23
Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.
Tim Graham
2015-09-21
Fixed #25431 -- Readded inline foreign keys to modelformset instances
Claude Paroz
2015-09-18
Fixed #24636 -- Added model field validation for decimal places and max digits.
Iulia Chiriac
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-09-14
Fixed typo in django/forms/utils.py docstring.
Kholid Fuadi
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-07
Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised ...
Keryn Knight
2015-08-21
Removed BaseForm._raw_value().
Tim Graham
2015-08-07
Removed forms.models.save_instance() function.
Tim Graham
2015-08-07
Fixed #25241 -- Corrected ModelForm.save() error message when saving invalid ...
Tim Graham
2015-08-04
Used @cached_property for BaseForm.changed_data.
Curtis Maloney
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
[next]