Changes between Initial Version and Version 1 of Ticket #27757, comment 8


Ignore:
Timestamp:
Jan 24, 2017, 11:48:29 AM (7 years ago)
Author:
George Tantiras

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27757, comment 8

    initial v1  
    55...
    66
    7     def get_absolute_url(self):
     7    def get_absolute_url(self, obj):
    88        return 'http://127.0.0.1:8000/test'
    99
     
    1414Enabling `django-suit`, `view_on_site` returns: `http://127.0.0.1:8000/test`
    1515
    16 The relevant links when the model is an inline, are a pure mess in both admins.
     16The relevant links when the model is an inline, ~~are a pure mess~~ do not work as expected in both admins.
Back to Top