Changes between Initial Version and Version 1 of Ticket #27757, comment 10
- Timestamp:
- Jan 24, 2017, 12:04:30 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27757, comment 10
initial v1 1 1 Sorry, I have no intention to offend, I have corrected the inaccurate expression. 2 2 3 Update 4 5 Oh, it redirects. Ups. 6 I will still need to verify it when I return home. 7 --- 3 8 I understand from the docs that when it is needed to pass a url in the django `view_on_site` button , one can use `get_absolute_url(self, obj)` and preferably the `reverse()` method. 4 9 … … 9 14 I have used django-suit as an example to show that in the main model view, the desired url is indeed returned as [https://docs.djangoproject.com/en/1.10/ref/contrib/admin/#django.contrib.admin.ModelAdmin.view_on_site django docs] describe. 10 15 16 17