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