summaryrefslogtreecommitdiff
path: root/tests/forms_tests
AgeCommit message (Expand)Author
2025-08-19Fixed #35892 -- Supported Widget.use_fieldset in admin forms.antoliny0919
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-04-09Fixed #35986 -- Fixed test classes with @translation.override decorator.Ahmed Nassar
2025-03-18Made selenium tests less flaky by waiting until popups are closed and page is...Sarah Boyce
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2025-01-17Fixed invalid HTML in test templates.Thibaut Decombe
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-08Fixed #36014 -- Supported international domains in EmailValidator.Chaitanya Rahalkar
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-10Refs #35987 -- Added extra tests for ErrorList and ErrorDict copy methods.Adam Johnson
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-08-28Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...Simon Charette
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-07-22Cleaned up temporary test directories in tests.Mariusz Felisiak
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-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-18Corrected forms imports in forms_tests/tests/test_forms.py.Mariusz Felisiak
2024-01-04Used enterClassContext() where appropriate.Mariusz Felisiak
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2023-11-28Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.Mariusz Felisiak
2023-11-28Refs #34986 -- Fixed some test assertions for PyPy.Nick Pope
2023-11-17Refs #32819 -- Established relationship between form fieldsets and their help...David Smith
2023-11-17Refs #32819 -- Added aria-describedby test for widgets with custom id.David Smith
2023-09-29Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed.Mariusz Felisiak
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-08-01Fixed #32820 -- Added aria-invalid="true" to fields with errors.Gregor Jerše
2023-07-31Refs #34655 -- Made cosmetic edits to RadioSelect tests.nessita
2023-07-28Fixed #34655 -- Increased radioselect's test coverage.Jakub Bagiński
2023-07-24Fixed #34532 -- Made formset_factory() respect Form's default_renderer.Christopher Cave-Ayland
2023-07-12Fixed #34705 -- Reallowed BoundField.as_widget()'s attrs argument to set aria...Sage Abdullah
2023-07-06Fixed #32819 -- Established relationship between form fields and their help t...Gregor Jerše
2023-07-03Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLVa...Mariusz Felisiak
2023-06-16Fixed #34473 -- Fixed step validation for form fields with non-zero minimum v...Jacob Rief
2023-05-17Refs #32339 -- Fixed super() call in deprecated renderers.Carlton Gibson
2023-05-04Fixed MultipleFileFieldTest.test_file_multiple_validation() test if Pillow is...Mariusz Felisiak
2023-05-03Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...Mariusz Felisiak