Django 1.8 show_change_link in inline not showing links -


i added show_change_link = true inline in django 1.8, links not added inlined items. every model in app registered in admin. missing something? can find 1 sentence regarding feature in documentation.

edit:

class theinline(admin.tabularinline):     model = themodel     readonly_fields = ['timestamp']     = 0     show_change_link = true 

i not using custom admin grappelli, , models in app registered in admin.

got it! while made customized admin template view, , didn't realize affected in admin - wasn't thinking. got me going in right direction oriolj. thanks!


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -