Opened 3 days ago
Last modified 12 hours ago
#36256 assigned Cleanup/optimization
Remove unnecessary title attributes from the Django Admin
Description ¶
As part of a broader a11y initiative to replace the use of the title
attribute in the Admin , there's two places where can just remove the title
attribute altogether, since it's not providing any more information than there already is on the page.
As explained by this forum comment , the tooltip in the side bar and in the "Click here to select the objects across all pages" button can be removed.
According to the ticket's flags, the next step(s) to move this issue forward are:
- To provide a patch by sending a pull request. Claim the ticket when you start working so that someone else doesn't duplicate effort. Before sending a pull request, review your work against the patch review checklist. Check the "Has patch" flag on the ticket after sending a pull request and include a link to the pull request in the ticket comment when making that update. The usual format is:
[https://github.com/django/django/pull/#### PR]
.
Change History (4)
follow-up: 2 comment:1 by , 38 hours ago
comment:2 by , 35 hours ago
Replying to NandiniPahuja:
Hi, I’d like to work on this issue. Is it still available?
Hi! sorry, this issue is not available, I created it specifically for the Djangonaut Space program. As a general rule of thumb, if an issue is new and has an owner assigned then that person is likely working on it.
comment:3 by , 17 hours ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
comment:4 by , 12 hours ago
Owner: | changed from | to
---|
Hi, I’d like to work on this issue. Is it still available?