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
/
docs
/
ref
/
forms
/
fields.txt
Age
Commit message (
Expand
)
Author
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-12-15
Added backticks to code literals in various docs.
Jon Dufresne
2020-10-17
Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
Claude Paroz
2020-10-08
Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widg...
Jacob Walls
2020-09-25
Fixed #28009 -- Doc'd empty_value for CharField subclasses.
David Smith
2020-09-25
Fixed empty values of forms.JSONField and forms.UUIDField in docs.
David Smith
2020-09-25
Fixed typo and indentation in docs/ref/forms/fields.txt.
Mariusz Felisiak
2020-09-21
Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator ...
Mariusz Felisiak
2020-09-02
Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.
Carlton Gibson
2020-08-21
Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
Ninad Kulkarni
2020-07-13
Fixed #21528 -- Added note about filtering form field's queryset based on ins...
Caio Ariede
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-03-12
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...
David Smith
2020-01-07
Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...
Claude Paroz
2020-01-06
Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.
Claude Paroz
2020-01-06
Corrected notes about default date/datetime/time input formats.
Claude Paroz
2019-12-23
Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...
Jon Dufresne
2019-12-23
Refs #30998 -- Doc'd ModelChoiceField/ModelMultipleChoiceField.iterator attri...
Jon Dufresne
2019-11-11
Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file t...
Hasan Ramezani
2019-10-25
Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-05-17
Changed docs to link to Python's description of iterable.
Jon Dufresne
2018-09-04
Corrected forms.TimeField's default widget in docs.
flh
2018-08-16
Fixed #29646 -- Doc'd the validators that each model and form field uses.
Jeff
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-10-25
Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...
Srinivas Reddy Thatiparthy
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-02
Removed stray versionadded/changed annotations for 1.10.
Tim Graham
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-05
Fixed typo in docs/ref/forms/fields.txt.
Christoph Schindler
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-14
Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.
Claude Paroz
2016-07-08
Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
Sean Marlow
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-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-03
Correct number of extra arguments in docs for FilePathField.
bellisk
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
[prev]
[next]