summaryrefslogtreecommitdiff
path: root/django/forms
AgeCommit message (Expand)Author
2 daysFixed #16429 -- Extracted set_choices() method from FilePathField.__init__().TildaDares
9 daysFixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
2026-04-01Fixed #37004 -- Used QuerySet.totally_ordered in BaseModelFormSet.get_queryse...Rodrigo Vieira
2026-03-26Refs #36913 -- Maintained error message determinism in MultipleChoiceField.va...afenoum
2026-03-25Fixed #36913 -- Optimized MultipleChoiceField.validate().afenoum
2026-03-03Fixed CVE-2026-25673 -- Simplified URLField scheme detection.Natalia
2025-12-31Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to True.Johannes Maron
2025-12-19Fixed #36618 -- Corrected error message in BaseForm.add_error().Nilesh Kumar Pahari
2025-11-13Fixed #36724 -- Removed invalid "for" attribute on <legend> tags.Kasyap Pentamaraju
2025-08-25Fixed #36251 -- Avoided mutating form Meta.fields in BaseInlineFormSet.SaJH
2025-08-21Clarified "inline foreign key" to avoid confusion with generated fields in dj...Clifford Gama
2025-08-19Fixed #35892 -- Supported Widget.use_fieldset in admin forms.antoliny0919
2025-07-23Refs #36500 -- Corrected rewrapped long lines fixed via a script.Mike Edmunds
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-12Fixed #35676 -- Made BaseModelForm validate constraints that reference an Inl...Clifford Gama
2025-03-10Fixed #36201 -- Caught ValidationError in ModelChoiceField/ModelMultipleChoic...saJaeHyukc
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-01-15Refs #34380 -- Changed the URLField default scheme to https and removed FORMS...Sarah Boyce
2025-01-15Refs #32339 -- Removed transitional form renderers per deprecation timeline.Sarah Boyce
2025-01-15Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...Matthias Kestenholz
2025-01-14Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.Michael Manfre
2025-01-02Fixed #32819 -- Added aria-describedby to fields with errors.David Smith
2025-01-02Fixed #35886 -- Added support for object-based form media script assets.Johannes Maron
2024-12-17Refs #32819 -- Added aria-describedby property to BoundField.David Smith
2024-12-10Fixed #35987 -- Made ErrorList.copy() copy the renderer attribute.Adam Johnson
2024-12-10Fixed #35988 -- Made BaseForm.full_clean() pass renderer to ErrorDict.Adam Johnson
2024-12-05Refs #32819 -- Added id to ErrorList class and template.David Smith
2024-11-20Fixed #35913 -- Prevented formset name suffix 'FormFormSet'.antoliny0919
2024-09-09Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...Csirmaz Bendegúz
2024-08-28Refs #32339 -- Adjusted deprecation warning stacklevel in transitional form r...Simon Charette
2024-08-02Fixed #35601 -- Added TelInput widget.lucasesposito
2024-08-02Fixed #35599 -- Added ColorInput widget.arjunomray
2024-07-31Fixed #35598 -- Added SearchInput widget.Jeremy Thompson
2024-06-17Fixed #35483 -- Added NUL (0x00) character validation to ModelChoiceFields.Alexander Lötvall
2024-06-13Fixed #35488 -- Fixed BaseModelFormSet.validate_unique() crash due to unhasha...Madalin Popa
2024-05-29Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.Jake Howard
2024-05-14Fixed #29942 -- Restored source file linking in docs by using the Sphinx link...Joachim Jablon
2024-04-30Refs #32819 -- Avoided adding 'aria-describedby' to hidden inputs.David Smith
2024-03-14Refs #34488 -- Made ClearableFileInput preserve "Clear" checked attribute whe...Johannes Maron
2024-02-26Fixed #35241 -- Cached model's full parent list.Adam Johnson
2024-02-20Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...Adam Johnson
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-23Fixed #32923 -- Refactored out Field._clean_bound_field().Syed Waheed
2023-11-28Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.Mariusz Felisiak
2023-11-24Fixed #34818 -- Prevented GenericIPAddressField from mutating error messages.Parth Verma
2023-11-20Refs #31026 -- Simplified BaseForm.get_context().David Smith
2023-11-17Refs #32819 -- Established relationship between form fieldsets and their help...David Smith
2023-11-16Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...David Smith