Changes between Version 3 and Version 4 of Ticket #27757
- Timestamp:
- Jan 22, 2017, 4:49:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27757
- Property Summary view_on_site does not receive the get_absolute_url returning uri → The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method.
-
Ticket #27757 – Description
v3 v4 48 48 49 49 The `view_on_site` link appears either in the main model admin view or in the inlines but the url is not the one returned from `get_absolute_url` method (example: `/admin/r/10/1`) 50 50 51 A very old ticket seem to reference the same issue: https://code.djangoproject.com/ticket/7984