antoliny0919
bc03f1064e
Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.
...
Co-authored by: farita1699 <uwanjerry25@gmail.com >
2025-10-14 08:10:43 -04:00
antoliny0919
aae7836cc0
Refs #36366 -- Fixed page number layout in admin pagination on small screens.
...
Regression in 3f59711581 .
2025-08-21 17:04:28 +02:00
antoliny0919
4187da258f
Fixed #35892 -- Supported Widget.use_fieldset in admin forms.
2025-08-19 16:35:56 +02:00
antoliny0919
6ea3319079
Fixed #36511 -- Ensured filters came before table in keyboard navigation in admin changelist.
2025-07-30 17:32:39 +02:00
antoliny0919
792ca148a2
Fixed #36528 , Refs #34917 -- Removed role="button" from object-tools links.
...
Regression in 849f8307a5 .
In order to prevent underlines on links styled like buttons, role="button" was added.
This has been removed and the style updated to reflect that these are links.
2025-07-30 15:36:56 +02:00
antoliny0919
94c2f3b993
Fixed #36055 -- Prevented overlap of object-tools buttons and page header in the admin.
2025-07-30 11:09:45 +02:00
antoliny0919
d90bea1b06
Fixed #36516 , Refs #36366 -- Fixed changelist footer layout with list_editable and list_filter.
...
Regression in 3f59711581 .
2025-07-24 08:38:43 +02:00
django-bot
69a93a88ed
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
...
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505 .
2025-07-23 20:17:55 -03:00
Sarah Boyce
6aa05fd232
Triggered window resize to fix layout issues.
2025-07-18 17:29:12 +02:00
antoliny0919
3f59711581
Fixed #36366 -- Improved accessibility of pagination in the admin.
2025-06-27 18:03:16 +02:00
michalpokusa
1520870c4a
Fixed #36437 -- Improved accessibility of messages in admin.
2025-06-18 08:37:44 +02:00
antoliny0919
8bc3dd8727
Fixed #35507 -- Improved accessibility of search and filter elements in the admin changelist.
2025-05-14 16:03:01 +02:00
Tim Graham
f5197be818
Removed hardcoded pks in admin selenium tests.
2025-05-09 13:17:58 +02:00
antoliny0919
1bc805e23b
Fixed #36331 -- Reverted "Fixed #36055 -- Prevented overlap of object-tools buttons and page header in the admin."
...
This reverts commits b1324a680a and
02a5cbfe76 . The former caused a regression
in admin sites that relied on the `object-tools` block being inside the
`content` block.
Thank you to Fabian Braun for the report.
2025-04-22 22:13:38 -03:00
Adam Johnson
6ef0f5bc27
Americanized some spellings.
2025-04-16 10:21:38 +02:00
koffi
019acad112
Fixed #36255 -- Renamed the admin action button for improved accessibility.
2025-04-04 17:41:13 +02:00
antoliny0919
849f8307a5
Fixed #34917 -- Underlined links in the main content area of the admin.
2025-03-27 13:27:33 +01:00
Sarah Boyce
8f400a7ff0
Made selenium tests less flaky by waiting until popups are closed and page is loaded.
2025-03-18 10:52:01 +01:00
antoliny0919
c09bceef68
Fixed #36217 -- Restored pre_save/post_save signal emission via LogEntry.save() for single-object deletion in the admin.
...
Regression in 40b3975e7d .
Thanks smiling-watermelon for the report.
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com >
2025-03-04 10:34:15 +01:00
Mariusz Felisiak
ff3aaf036f
Applied Black's 2025 stable style.
...
https://github.com/psf/black/releases/tag/25.1.0
2025-03-01 19:41:37 +01:00
antoliny0919
b1324a680a
Fixed #36055 -- Prevented overlap of object-tools buttons and page header in the admin.
2025-02-04 07:47:26 +00:00
Mohammadreza Eskandari
12b9ef38b3
Fixed #36121 -- Allowed customizing the admin site password change form.
2025-01-30 11:19:05 +00:00
Sarah Boyce
9a3f86e960
Refs #34380 -- Changed the URLField default scheme to https and removed FORMS_URLFIELD_ASSUME_HTTPS per deprecation timeline.
2025-01-15 22:28:37 +01:00
Tim Graham
7e41a7a47d
Refs #35520 -- Fixed expected query count in admin_views tests.
...
In 53e674d574 , the count should only
have been lowered for the case when savepoint are supported.
2024-12-17 14:40:34 +01:00
Tainara Palmeira
86661f2449
Fixed #35791 -- Updated icon button dimensions to 24x24 pixels.
...
This is to meet the WCAG 2.5.8 minimum size requirement.
Co-authored-by: Eva Nanyonga <evewish@gmail.com >
2024-11-29 08:31:06 +01:00
GappleBee
857b1048d5
Fixed #34619 -- Associated FilteredSelectMultiple elements to their label and help text.
2024-11-20 13:23:18 +01:00
Tim Graham
ef8ae06c2a
Fixed #35903 -- Made admin's "view on site" URL accept non-integer ContentType pks.
2024-11-11 16:53:31 +01:00
Sarah Boyce
2c029c718f
Fixed #35876 -- Displayed non-ASCII fieldset names when rendering ModelAdmin.fieldsets.
...
Thank you to Namhong Kim for the report, and to Mariusz Felisiak and Marijke Luttekes for the review.
Regression in 01ed59f753 .
2024-10-31 06:38:07 +01:00
SaJH
0c81775515
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property.
...
Signed-off-by: SaJH <wogur981208@gmail.com >
2024-10-16 11:52:22 +02:00
nessita
679d57816d
Fixed #35809 -- Set background color for selected rows in the admin's form select widget.
...
Regression in b47bdb4cd9 .
Thank you Giannis Terzopoulos for the review, and Tom Carrick and Sarah Boyce
for the review.
2024-10-08 10:01:28 -03:00
Marc Gibbons
6765b6adf9
Fixed #35797 -- Removed debug context processor from default project template.
2024-09-30 16:52:28 -03:00
sanjeevholla26
387475c5b2
Refs #35706 -- Prefixed 'Error:' to titles of admin pages with form errors.
...
This improves the screen reader experience.
2024-09-02 15:19:33 +02:00
Sarah Boyce
d9ae7f5b58
Fixed #35686 -- Added table headers to app list tables for screen readers.
2024-08-20 09:05:16 +02:00
Matthias Kestenholz
54888408a1
Fixed #35639 -- Improved admin's delete confirmation page title.
2024-08-07 18:10:49 -03:00
Devin Cox
cd0479ff76
Fixed #35331 -- Updated dropdown lists with entries added via the '+' sign from M2M field.
2024-07-25 08:52:24 +02:00
Jake Howard
53e674d574
Fixed #35520 -- Avoided opening transaction for read-only ModelAdmin requests.
2024-07-04 11:38:58 +02:00
stefan.ivic
ce1ad98565
Fixed #35505 -- Added extrabody block to admin/base.html.
2024-06-18 16:49:53 +02:00
Devin Cox
719a42b589
Fixed #34789 -- Prevented updateRelatedSelectsOptions from
...
adding entries to filter_horizontal chosen box.
Co-authored-by: yokeshwaran1 <yokesh440@yahoo.com >
2024-06-12 13:09:04 +02:00
Jake Howard
ff308a0604
Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.
...
This work should not generate any change of functionality, and
`urlsplit` is approximately 6x faster.
Most use cases of `urlparse` didn't touch the path, so they can be
converted to `urlsplit` without any issue. Most of those which do use
`.path`, simply parse the URL, mutate the querystring, then put them
back together, which is also fine (so long as urlunsplit is used).
2024-05-29 10:48:27 -03:00
Marijke Luttekes
e4a693f50a
Fixed #35189 -- Improved admin collapsible fieldsets by using <details> elements.
...
This work improves the accessibility of the add and change pages in the
admin site by adding <details> and <summary> elements to the collapsible
fieldsets. This has the nice side effect of no longer requiring custom
JavaScript helpers to implement the fieldsets' show/hide capabilities.
Thanks to James Scholes for the accessibility advice, and to Sarah Boyce
and Tom Carrick for reviews.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com >
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com >
2024-05-22 00:13:55 -03:00
Mariusz Felisiak
604e32ee93
Fixed typos in test docstrings.
2024-05-16 07:57:58 +02:00
Sarah Boyce
39828fa778
Added a high contrast mode to screenshot cases.
...
Thank you to Sarah Abderemane and Nick Pope for the reviews.
2024-05-02 13:18:58 +02:00
Marijke Luttekes
2be37b2533
Made SeleniumTests.test_inline_add_another_widgets less flaky by adding explicit wait.
2024-04-17 17:38:04 +02:00
Sarah Boyce
89403dbedd
Fixed SeleniumTests.test_related_object_update_with_camel_casing() assert.
...
A selenium web element was compared to a string rather than its innerHTML.
2024-04-03 09:29:01 +02:00
devin13cox
8665cf03d7
Fixed #35330 -- Fixed the update of related widgets when the referenced model is camel case named.
...
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com >
2024-04-02 22:00:25 -03:00
Kasun Herath
f5ed4306bb
Fixed #35265 -- Added AdminSite tests for changing titles.
2024-03-04 05:34:42 +01:00
Fabian Braun
e626716c28
Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.
...
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com >
2024-02-20 12:13:32 -03:00
Ben Cail
02a600ff67
Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple database setup.
2024-02-05 08:25:23 +01:00
Mariusz Felisiak
305757aec1
Applied Black's 2024 stable style.
...
https://github.com/psf/black/releases/tag/24.1.0
2024-01-26 12:45:07 +01:00
Marijke Luttekes
e412d85b46
Fixed #35115 -- Made admin's footer render in <footer> tag.
2024-01-24 14:11:54 +01:00