Jacob Walls
|
d976c254fc
Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widgets.
|
il y a 4 ans |
David Smith
|
91669cc566
Fixed #28009 -- Doc'd empty_value for CharField subclasses.
|
il y a 4 ans |
David Smith
|
e6d77e6515
Fixed empty values of forms.JSONField and forms.UUIDField in docs.
|
il y a 4 ans |
Mariusz Felisiak
|
10a289745f
Fixed typo and indentation in docs/ref/forms/fields.txt.
|
il y a 4 ans |
Mariusz Felisiak
|
ba6b32e5ef
Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator changes.
|
il y a 4 ans |
Carlton Gibson
|
0bf627f0b2
Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.
|
il y a 4 ans |
Ninad Kulkarni
|
927bd888dd
Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
|
il y a 4 ans |
Caio Ariede
|
d38c34119e
Fixed #21528 -- Added note about filtering form field's queryset based on instance to admin docs.
|
il y a 5 ans |
David Smith
|
dbdc192ca3
Preferred usage of among/while to amongst/whilst.
|
il y a 4 ans |
sage
|
6789ded0a6
Fixed #12990, Refs #27694 -- Added JSONField model field.
|
il y a 5 ans |
François Freitag
|
9ef4a18dbe
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
il y a 5 ans |
David Smith
|
ccf32aca44
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a error message key.
|
il y a 5 ans |
Claude Paroz
|
188b003014
Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input formats.
|
il y a 5 ans |
Claude Paroz
|
1487f16f2d
Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.
|
il y a 5 ans |
Claude Paroz
|
b23fb2c819
Corrected notes about default date/datetime/time input formats.
|
il y a 5 ans |
Jon Dufresne
|
67ea35df52
Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ChoiceWidget.create_option().
|
il y a 5 ans |
Jon Dufresne
|
5da85ea737
Refs #30998 -- Doc'd ModelChoiceField/ModelMultipleChoiceField.iterator attributes and ModelChoiceIterator.
|
il y a 5 ans |
Hasan Ramezani
|
2282d9f2e5
Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file to access raw image data.
|
il y a 5 ans |
Mariusz Felisiak
|
daa9415f78
Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.
|
il y a 5 ans |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
il y a 5 ans |
Jon Dufresne
|
e86cc14bd3
Changed docs to link to Python's description of iterable.
|
il y a 5 ans |
flh
|
ccf870ebf5
Corrected forms.TimeField's default widget in docs.
|
il y a 6 ans |
Jeff
|
3fa3de5415
Fixed #29646 -- Doc'd the validators that each model and form field uses.
|
il y a 6 ans |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
il y a 7 ans |
Srinivas Reddy Thatiparthy
|
55b5393bd2
Fixed #28474 -- Made DurationField raise ValidationError for inputs that raised OverflowError.
|
il y a 7 ans |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
il y a 7 ans |
Tim Graham
|
2fc5a5bfe3
Removed stray versionadded/changed annotations for 1.10.
|
il y a 7 ans |
Claude Paroz
|
43b574007e
Fixed #28192 -- Required passing optional form field args as keyword args.
|
il y a 7 ans |
Tim Graham
|
ecae9c7aec
Fixed typo in docs/ref/forms/fields.txt.
|
il y a 7 ans |
Claude Paroz
|
54caca2d34
Refs #28192 -- Fixed documentation of ChoiceField choices requirement
|
il y a 7 ans |