Changes between Initial Version and Version 1 of Ticket #27757, comment 8
- Timestamp:
- Jan 24, 2017, 11:48:29 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27757, comment 8
initial v1 5 5 ... 6 6 7 def get_absolute_url(self ):7 def get_absolute_url(self, obj): 8 8 return 'http://127.0.0.1:8000/test' 9 9 … … 14 14 Enabling `django-suit`, `view_on_site` returns: `http://127.0.0.1:8000/test` 15 15 16 The relevant links when the model is an inline, are a pure messin both admins.16 The relevant links when the model is an inline, ~~are a pure mess~~ do not work as expected in both admins.