index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
Age
Commit message (
Expand
)
Author
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-03-12
Fixed #35676 -- Made BaseModelForm validate constraints that reference an Inl...
Clifford Gama
2025-03-10
Fixed #36201 -- Caught ValidationError in ModelChoiceField/ModelMultipleChoic...
saJaeHyukc
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2025-01-15
Refs #34380 -- Changed the URLField default scheme to https and removed FORMS...
Sarah Boyce
2025-01-15
Refs #32339 -- Removed transitional form renderers per deprecation timeline.
Sarah Boyce
2025-01-15
Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...
Matthias Kestenholz
2025-01-14
Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Michael Manfre
2025-01-02
Fixed #32819 -- Added aria-describedby to fields with errors.
David Smith
2025-01-02
Fixed #35886 -- Added support for object-based form media script assets.
Johannes Maron
2024-12-17
Refs #32819 -- Added aria-describedby property to BoundField.
David Smith
2024-12-10
Fixed #35987 -- Made ErrorList.copy() copy the renderer attribute.
Adam Johnson
2024-12-10
Fixed #35988 -- Made BaseForm.full_clean() pass renderer to ErrorDict.
Adam Johnson
2024-12-05
Refs #32819 -- Added id to ErrorList class and template.
David Smith
2024-11-20
Fixed #35913 -- Prevented formset name suffix 'FormFormSet'.
antoliny0919
2024-09-09
Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...
Csirmaz Bendegúz
2024-08-28
Refs #32339 -- Adjusted deprecation warning stacklevel in transitional form r...
Simon Charette
2024-08-02
Fixed #35601 -- Added TelInput widget.
lucasesposito
2024-08-02
Fixed #35599 -- Added ColorInput widget.
arjunomray
2024-07-31
Fixed #35598 -- Added SearchInput widget.
Jeremy Thompson
2024-06-17
Fixed #35483 -- Added NUL (0x00) character validation to ModelChoiceFields.
Alexander Lötvall
2024-06-13
Fixed #35488 -- Fixed BaseModelFormSet.validate_unique() crash due to unhasha...
Madalin Popa
2024-05-29
Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.
Jake Howard
2024-05-14
Fixed #29942 -- Restored source file linking in docs by using the Sphinx link...
Joachim Jablon
2024-04-30
Refs #32819 -- Avoided adding 'aria-describedby' to hidden inputs.
David Smith
2024-03-14
Refs #34488 -- Made ClearableFileInput preserve "Clear" checked attribute whe...
Johannes Maron
2024-02-26
Fixed #35241 -- Cached model's full parent list.
Adam Johnson
2024-02-20
Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...
Adam Johnson
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-23
Fixed #32923 -- Refactored out Field._clean_bound_field().
Syed Waheed
2023-11-28
Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.
Mariusz Felisiak
2023-11-24
Fixed #34818 -- Prevented GenericIPAddressField from mutating error messages.
Parth Verma
2023-11-20
Refs #31026 -- Simplified BaseForm.get_context().
David Smith
2023-11-17
Refs #32819 -- Established relationship between form fieldsets and their help...
David Smith
2023-11-16
Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...
David Smith
2023-11-02
Fixed #34927 -- Fixed admin system check for inlines with foreign keys to pro...
Antoine Cheneau
2023-09-04
Refs #31262 -- Renamed ChoiceIterator to BaseChoiceIterator.
Nick Pope
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-08-01
Fixed #32820 -- Added aria-invalid="true" to fields with errors.
Gregor Jerše
2023-07-24
Fixed #34532 -- Made formset_factory() respect Form's default_renderer.
Christopher Cave-Ayland
2023-07-12
Fixed #34705 -- Reallowed BoundField.as_widget()'s attrs argument to set aria...
Sage Abdullah
2023-07-07
Fixed #32210 -- Fixed model inlines with to_field that has a default.
Neeraj Kumar
2023-07-06
Fixed #32819 -- Established relationship between form fields and their help t...
Gregor Jerše
2023-07-03
Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLVa...
Mariusz Felisiak
2023-06-16
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum v...
Jacob Rief
2023-05-17
Refs #32339 -- Fixed super() call in deprecated renderers.
Carlton Gibson
2023-05-03
Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...
Mariusz Felisiak
2023-04-28
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
Coen van der Kamp
2023-04-27
Avoided creating default form fields in fields_for_model() when declared on f...
Mariusz Felisiak
2023-04-21
Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...
Marcelo Galigniana
[next]