Shivam Durgbuns
|
d75c387f46
Fixed #33334 -- Alphabetized form and model fields in reference docs.
|
3 年之前 |
Jerin Peter George
|
1adc09064f
Fixed #32347 -- Made ModelChoiceField include the value in ValidationError for invalid_choice.
|
4 年之前 |
Mariusz Felisiak
|
bf770cc825
Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per deprecation timeline.
|
4 年之前 |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
4 年之前 |
Jon Dufresne
|
550297d20d
Added backticks to code literals in various docs.
|
4 年之前 |
Claude Paroz
|
7f85498eef
Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
|
4 年之前 |
Jacob Walls
|
d976c254fc
Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widgets.
|
4 年之前 |
David Smith
|
91669cc566
Fixed #28009 -- Doc'd empty_value for CharField subclasses.
|
4 年之前 |
David Smith
|
e6d77e6515
Fixed empty values of forms.JSONField and forms.UUIDField in docs.
|
4 年之前 |
Mariusz Felisiak
|
10a289745f
Fixed typo and indentation in docs/ref/forms/fields.txt.
|
4 年之前 |
Mariusz Felisiak
|
ba6b32e5ef
Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator changes.
|
4 年之前 |
Carlton Gibson
|
0bf627f0b2
Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.
|
4 年之前 |
Ninad Kulkarni
|
927bd888dd
Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
|
4 年之前 |
Caio Ariede
|
d38c34119e
Fixed #21528 -- Added note about filtering form field's queryset based on instance to admin docs.
|
5 年之前 |
David Smith
|
dbdc192ca3
Preferred usage of among/while to amongst/whilst.
|
4 年之前 |
sage
|
6789ded0a6
Fixed #12990, Refs #27694 -- Added JSONField model field.
|
5 年之前 |
François Freitag
|
9ef4a18dbe
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
5 年之前 |
David Smith
|
ccf32aca44
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a error message key.
|
5 年之前 |
Claude Paroz
|
188b003014
Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input formats.
|
5 年之前 |
Claude Paroz
|
1487f16f2d
Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.
|
5 年之前 |
Claude Paroz
|
b23fb2c819
Corrected notes about default date/datetime/time input formats.
|
5 年之前 |
Jon Dufresne
|
67ea35df52
Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ChoiceWidget.create_option().
|
5 年之前 |
Jon Dufresne
|
5da85ea737
Refs #30998 -- Doc'd ModelChoiceField/ModelMultipleChoiceField.iterator attributes and ModelChoiceIterator.
|
5 年之前 |
Hasan Ramezani
|
2282d9f2e5
Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file to access raw image data.
|
5 年之前 |
Mariusz Felisiak
|
daa9415f78
Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.
|
5 年之前 |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 年之前 |
Jon Dufresne
|
e86cc14bd3
Changed docs to link to Python's description of iterable.
|
5 年之前 |
flh
|
ccf870ebf5
Corrected forms.TimeField's default widget in docs.
|
6 年之前 |
Jeff
|
3fa3de5415
Fixed #29646 -- Doc'd the validators that each model and form field uses.
|
6 年之前 |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
7 年之前 |