Nick Pope
|
500e01073a
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.
|
1 year ago |
Gregor Jerše
|
10725a3187
Fixed #32820 -- Added aria-invalid="true" to fields with errors.
|
1 year ago |
David Sanders
|
f8c43aca46
Added reference to TypedChoiceField in ChoiceField docs.
|
1 year ago |
Gregor Jerše
|
966ecdd482
Fixed #32819 -- Established relationship between form fields and their help text.
|
1 year ago |
Mariusz Felisiak
|
ad0410ec4f
Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator.
|
1 year ago |
Jacob Rief
|
1fe0b167af
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum value.
|
2 years ago |
Coen van der Kamp
|
7bbbadc693
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
|
2 years ago |
Edison Wang
|
cbcc1240e9
Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs.
|
2 years ago |
David Smith
|
cad376f844
Fixed #34077 -- Added form field rendering.
|
2 years ago |
T. Franzel
|
a2eaea8f22
Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields.
|
2 years ago |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 years ago |
Joseph Victor Zammit
|
ba755ca131
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
|
2 years ago |
David Smith
|
232b60a21b
Refs #32339 -- Updated docs to reflect default <div> style form rendering in Django 5.0.
|
2 years ago |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
2 years ago |
Mariusz Felisiak
|
8d98f99a4a
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
|
2 years ago |
Mariusz Felisiak
|
490cccbe7e
Removed versionadded/changed annotations for 4.1.
|
2 years ago |
Carlton Gibson
|
ca1c3151c3
Removed versionadded/changed annotations for 4.0.
|
2 years ago |
Kapil Bansal
|
3a82b5f655
Fixed #32559 -- Added 'step_size’ to numeric form fields.
|
2 years ago |
Alokik Vijay
|
df22566748
Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.
|
2 years ago |
Mariusz Felisiak
|
ad6bb20557
Avoided counting attributes and methods in docs.
|
3 years ago |
Shivam Durgbuns
|
d75c387f46
Fixed #33334 -- Alphabetized form and model fields in reference docs.
|
3 years ago |
Jerin Peter George
|
1adc09064f
Fixed #32347 -- Made ModelChoiceField include the value in ValidationError for invalid_choice.
|
4 years ago |
Mariusz Felisiak
|
bf770cc825
Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per deprecation timeline.
|
4 years ago |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
4 years ago |
Jon Dufresne
|
550297d20d
Added backticks to code literals in various docs.
|
4 years ago |
Claude Paroz
|
7f85498eef
Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
|
4 years ago |
Jacob Walls
|
d976c254fc
Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widgets.
|
4 years ago |
David Smith
|
91669cc566
Fixed #28009 -- Doc'd empty_value for CharField subclasses.
|
4 years ago |
David Smith
|
e6d77e6515
Fixed empty values of forms.JSONField and forms.UUIDField in docs.
|
4 years ago |
Mariusz Felisiak
|
10a289745f
Fixed typo and indentation in docs/ref/forms/fields.txt.
|
4 years ago |