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
/
docs
/
ref
/
forms
Age
Commit message (
Expand
)
Author
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-03-12
Fixed a couple mistakes in docs/ref/forms/widgets.txt.
Daniel Musketa
2018-03-07
Fixed #28655 -- Added more examples for customizing widgets in a form.
Richard Oyudo
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2018-01-18
Removed unnecessary microsecond truncation in SplitDateTimeWidget.
Jon Dufresne
2017-10-25
Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...
Srinivas Reddy Thatiparthy
2017-10-20
Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSett...
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
Refs #15667 -- Removed support for Widget.render() methods without the render...
Tim Graham
2017-09-02
Removed stray versionadded/changed annotations for 1.10.
Tim Graham
2017-06-05
Fixed #28102 -- Doc'd how to compute path to built-in widget template directo...
Windson yang
2017-06-03
Fixed #28192 -- Required passing optional form field args as keyword args.
Claude Paroz
2017-06-03
Fixed typo in docs/ref/forms/fields.txt.
Tim Graham
2017-06-03
Refs #28192 -- Fixed documentation of ChoiceField choices requirement
Claude Paroz
2017-05-29
Removed incorrect "required" attribute in docs/ref/forms/fields.txt.
Tim Graham
2017-05-27
Corrected REPL example in forms docs for Python 3.
Jon Dufresne
2017-05-27
Fixed #27922 -- Added ErrorDict.get_json_data().
Tim Heap
2017-05-05
Fixed typo in docs/ref/forms/fields.txt.
Christoph Schindler
2017-04-14
Double quoted HTML attributes in widget docs
Claude Paroz
2017-03-31
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-21
Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
Tim Graham
2017-03-16
Removed self from method signatures in docs.
Alasdair Nicol
2017-03-15
Fixed #27918 -- Documented ChoiceWidget.option_template_name
Pavel Kulikov
2017-02-08
Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>().
Tim Graham
2017-02-07
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...
Mariusz Felisiak
2017-01-26
Fixed #27501 -- Documented lazy evaluation of ModelChoiceField.queryset.
chillaranand
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-19
Refs #23919 -- Removed docs references to long integers.
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #26533 -- Removed support for Widget._format_value() per deprecation tim...
Tim Graham
2017-01-14
Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.
Claude Paroz
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-10-26
Fixed #27299 -- Documented the Widget.use_required_attribute() method.
Jon Dufresne
2016-10-19
Fixed #27361 -- Used "from django import forms" in forms api docs.
Zach Borboa
2016-09-30
Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
Tim Graham
2016-09-22
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-08-18
Fixed #27068 -- Unified form field initial data retrieval.
Jon Dufresne
2016-08-17
Fixed incorrect doc reference to Field.initial.
Jon Dufresne
2016-08-04
Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.
Jon Dufresne
2016-08-01
Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
Jon Dufresne
2016-07-08
Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
Sean Marlow
2016-06-27
Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.
Anderson Resende
2016-06-13
Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
Jon Dufresne
2016-06-06
Added some links to the TypedChoiceField docs.
Jon Dufresne
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-07
Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDate...
Tim Graham
[next]