#32034: Remove duplicate lookup in AdminSite.app_index view
--------------------------------------------+------------------------
Reporter: Raffaele Salmaso | Owner: nobody
Type: Uncategorized | Status: new
Component: contrib.admin | Version: 3.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 1
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
--------------------------------------------+------------------------
`AdminSites.app_index` needs an `app_name` to render title page.
Currently it is retrieved by an `apps.get_app_config` lookup, but the same
name is already present in `app_dict` dictionary
{{{
app_dict[app_label] = {
'name': apps.get_app_config(app_label).verbose_name,
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32034>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/051.53b38929c79b1800ae1b1f1aee61a823%40djangoproject.com.