Opened 23 hours ago

Last modified 23 hours ago

#36032 assigned New feature

Apply a link to the URLField value on the admin app index page. — at Version 2

Reported by: Antoliny Owned by: Antoliny
Component: contrib.admin Version: 5.1
Severity: Normal Keywords: URLField, list_display
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Antoliny)

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.

It would be better if the URLField value is displayed as a link when shown through list_display in the ModelAdmin.

Change History (3)

comment:1 by Antoliny, 23 hours ago

Owner: set to Antoliny
Status: newassigned

comment:2 by Antoliny, 23 hours ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top