summaryrefslogtreecommitdiff
path: root/tests/admin_widgets
AgeCommit message (Expand)Author
9 daysFixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
2026-02-27Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.antoliny0919
2026-01-22Fixed #13883 -- Rendered named choice groups with <optgroup> in FilteredSelec...seanhelvey
2025-08-29Fixed #34624 -- Removed change, delete, and view buttons for non-Select widge...SaJH
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-18Triggered window resize to fix layout issues.Sarah Boyce
2025-06-02Fixed #36423 -- Prevented filter_horizontal buttons from intercepting form su...Blayze
2025-05-15Refs #34488 -- Made test files path resolution independent of current working...Tim Graham
2025-05-09Removed hardcoded pks in admin selenium tests.Tim Graham
2025-01-23Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html.Mike Edmunds
2025-01-15Refs #34380 -- Changed the URLField default scheme to https and removed FORMS...Sarah Boyce
2025-01-09Fixed #35940 -- Disabled SelectFilter add/remove buttons when appropriate.Brock
2024-11-29Fixed #35791 -- Updated icon button dimensions to 24x24 pixels.Tainara Palmeira
2024-11-20Fixed #34619 -- Associated FilteredSelectMultiple elements to their label and...GappleBee
2024-08-06Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.html.urlize...Mariusz Felisiak
2024-08-02Fixed #35489 -- Fixed vertical alignment of raw_id_fields widget.Vaarun Sinha
2024-06-12Fixed #34789 -- Prevented updateRelatedSelectsOptions fromDevin Cox
2024-04-02Fixed #35330 -- Fixed the update of related widgets when the referenced model...devin13cox
2024-03-14Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.Johannes Maron
2024-01-10Fixed #28404 -- Made displaying values in admin respect Field's empty_values.Alexander Lazarević
2023-11-30Refs #34995 -- Made Selenium tests more robust for admin_views and admin_widg...Sarah Boyce
2023-10-16Refs #34043 -- Added context managers to SeleniumTestCase for changing window...Sarah Boyce
2023-06-14Fixed date_time_picker_shortcuts() tests on Windows.David Smith
2023-06-09Fixed #34645 -- Restored alignment for admin date/time timezone warnings.Mariusz Felisiak
2023-04-28Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.Coen van der Kamp
2023-04-21Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...Marcelo Galigniana
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2022-10-27Refs #19215 -- Fixed admin_widgets tests if Pillow isn't installed.Mariusz Felisiak
2022-10-25Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid ...Marcelo Galigniana
2022-10-24Fixed flaky test_ForeignKey_using_to_field test.Marcelo Galigniana
2022-08-03Fixed #33888 -- Fixed get_select2_language() crash with no language activated.Claude Paroz
2022-06-28Fixed #33805 -- Made admin's many-to-many widgets do not display help text fo...Ankur
2022-02-28Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.r...Hrushikesh Vaidya
2022-02-25Fixed #33267 -- Added link to related item to related widget wrapper in admin.Shubh1815
2022-02-18Fixed #33514 -- Added fallbacks to subsequent language codes in Select2 trans...My-Name-Is-Nabil
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-29Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.Shubh1815
2021-10-21Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson
2021-10-21Refs #33211 -- Added assertCountSeleniumElements() test helper.Carlton Gibson
2021-09-21Fixed #33070 -- Fixed loading translations with language subtags in admin's S...Cleiton Lima
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-04-29Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope
2021-03-18Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2020-06-03Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.Jon Dufresne
2020-06-01Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina