Natalia
|
e8d4a20059
[5.0.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
|
2 月之前 |
Adam Zapletal
|
f29922b6ef
[5.0.x] Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when creating forms.Fields.
|
10 月之前 |
Mariusz Felisiak
|
92af3d4d23
[5.0.x] Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.
|
1 年之前 |
Adam Johnson
|
4c74dff759
[5.0.x] Refs #34380 -- Improved docs for forms.URLField.assume_scheme.
|
1 年之前 |
David Smith
|
7f0275d8cb
[5.0.x] Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for the field.
|
1 年之前 |
Mariusz Felisiak
|
415ef34c4c
[5.0.x] Added missing pycon directives in various docs.
|
1 年之前 |
Nick Pope
|
500e01073a
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.
|
1 年之前 |
Gregor Jerše
|
10725a3187
Fixed #32820 -- Added aria-invalid="true" to fields with errors.
|
1 年之前 |
David Sanders
|
f8c43aca46
Added reference to TypedChoiceField in ChoiceField docs.
|
1 年之前 |
Gregor Jerše
|
966ecdd482
Fixed #32819 -- Established relationship between form fields and their help text.
|
1 年之前 |
Mariusz Felisiak
|
ad0410ec4f
Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator.
|
1 年之前 |
Jacob Rief
|
1fe0b167af
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum value.
|
1 年之前 |
Coen van der Kamp
|
7bbbadc693
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
|
2 年之前 |
Edison Wang
|
cbcc1240e9
Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs.
|
2 年之前 |
David Smith
|
cad376f844
Fixed #34077 -- Added form field rendering.
|
2 年之前 |
T. Franzel
|
a2eaea8f22
Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields.
|
2 年之前 |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 年之前 |
Joseph Victor Zammit
|
ba755ca131
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
|
2 年之前 |
David Smith
|
232b60a21b
Refs #32339 -- Updated docs to reflect default <div> style form rendering in Django 5.0.
|
2 年之前 |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
2 年之前 |
Mariusz Felisiak
|
8d98f99a4a
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
|
2 年之前 |
Mariusz Felisiak
|
490cccbe7e
Removed versionadded/changed annotations for 4.1.
|
2 年之前 |
Carlton Gibson
|
ca1c3151c3
Removed versionadded/changed annotations for 4.0.
|
2 年之前 |
Kapil Bansal
|
3a82b5f655
Fixed #32559 -- Added 'step_size’ to numeric form fields.
|
2 年之前 |
Alokik Vijay
|
df22566748
Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.
|
2 年之前 |
Mariusz Felisiak
|
ad6bb20557
Avoided counting attributes and methods in docs.
|
3 年之前 |
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 年之前 |