Opened 11 months ago
Last modified 10 months ago
#36032 closed New feature
Apply a link to the URLField value on the admin app index page. — at Initial Version
| Reported by: | Antoliny | Owned by: | |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | Normal | Keywords: | URLField, list_display |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
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.
Note:
See TracTickets
for help on using tickets.