#36032: Apply a link to the URLField value on the admin app index page.
-------------------------------------+-------------------------------------
Reporter: Antoliny | Type: New
| feature
Status: new | Component:
| contrib.admin
Version: 5.1 | Severity: Normal
Keywords: URLField, | Triage Stage:
list_display | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
When adding a URLField through ModelAdmin `list_display` in the app index
page's , the value is displayed as plain text instead of a link, which was
not expected.
[[Image()]]
It would be better if the URLField value is displayed as a link when shown
through `list_display` in the ModelAdmin.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36032>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.