[Django] #35265: Adjust unit tests on admin custom site titles
7 views
Skip to first unread message
Django
unread,
Mar 3, 2024, 6:58:43 AM3/3/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#35265: Adjust unit tests on admin custom site titles
-----------------------------------------+------------------------
Reporter: Kasun Herath | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: 5.0
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 0 |
-----------------------------------------+------------------------
Commit
[https://github.com/django/django/commit/a962286b74f1e8c8cb19fb45a057800da8c2fb56 commit] introduced attributes to {{{AdminSite}}} class that can control
site header, site title and index title.
[https://github.com/django/django/blob/main/django/contrib/admin/sites.py#L29 AdminSite]