Mike Edmunds
|
29ba75e6e5
Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html.
|
3 months ago |
Sarah Boyce
|
9a3f86e960
Refs #34380 -- Changed the URLField default scheme to https and removed FORMS_URLFIELD_ASSUME_HTTPS per deprecation timeline.
|
3 months ago |
Brock
|
8c118c0e00
Fixed #35940 -- Disabled SelectFilter add/remove buttons when appropriate.
|
3 months ago |
Tainara Palmeira
|
86661f2449
Fixed #35791 -- Updated icon button dimensions to 24x24 pixels.
|
4 months ago |
GappleBee
|
857b1048d5
Fixed #34619 -- Associated FilteredSelectMultiple elements to their label and help text.
|
5 months ago |
Mariusz Felisiak
|
5f1757142f
Fixed CVE-2024-41991 -- Prevented potential ReDoS in django.utils.html.urlize() and AdminURLFieldWidget.
|
8 months ago |
Vaarun Sinha
|
54e8b4e582
Fixed #35489 -- Fixed vertical alignment of raw_id_fields widget.
|
8 months ago |
Devin Cox
|
719a42b589
Fixed #34789 -- Prevented updateRelatedSelectsOptions from
|
9 months ago |
devin13cox
|
8665cf03d7
Fixed #35330 -- Fixed the update of related widgets when the referenced model is camel case named.
|
11 months ago |
Johannes Maron
|
e69019555d
Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.
|
1 year ago |
Alexander Lazarević
|
9b02ad91ea
Fixed #28404 -- Made displaying values in admin respect Field's empty_values.
|
1 year ago |
Sarah Boyce
|
af2fd36815
Refs #34995 -- Made Selenium tests more robust for admin_views and admin_widgets suites.
|
1 year ago |
Sarah Boyce
|
f6629ee2c9
Refs #34043 -- Added context managers to SeleniumTestCase for changing window size.
|
1 year ago |
David Smith
|
0cfcab4eec
Fixed date_time_picker_shortcuts() tests on Windows.
|
1 year ago |
Mariusz Felisiak
|
caf80cb41f
Fixed #34645 -- Restored alignment for admin date/time timezone warnings.
|
1 year ago |
Coen van der Kamp
|
7bbbadc693
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
|
2 years ago |
Marcelo Galigniana
|
8a6c0203c4
Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute when form is invalid.
|
1 year ago |
David Smith
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
Mariusz Felisiak
|
3bbe22dafc
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
|
2 years ago |
Mariusz Felisiak
|
d559cb02da
Refs #19215 -- Fixed admin_widgets tests if Pillow isn't installed.
|
2 years ago |
Marcelo Galigniana
|
c0fc1b5302
Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid files.
|
2 years ago |
Marcelo Galigniana
|
1d6948096f
Fixed flaky test_ForeignKey_using_to_field test.
|
2 years ago |
Ankur
|
eb7b8f3699
Fixed #33805 -- Made admin's many-to-many widgets do not display help text for selecting values when allow_multiple_selected is False.
|
2 years ago |
Hrushikesh Vaidya
|
119f227aa6
Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.radio_fields.
|
3 years ago |
Shubh1815
|
11cc227344
Fixed #33267 -- Added link to related item to related widget wrapper in admin.
|
3 years ago |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 years ago |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
Shubh1815
|
05e29da421
Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.
|
3 years ago |
Carlton Gibson
|
2ccc0b22db
Fixed #33211 -- Updated tests for Selenium 4.0.0.
|
3 years ago |
Carlton Gibson
|
8fa974fcdd
Refs #33211 -- Added assertCountSeleniumElements() test helper.
|
3 years ago |