django-baker icon indicating copy to clipboard operation
django-baker copied to clipboard

mark_safe is added to create links between tables.

Open BarisSari opened this issue 5 years ago • 0 comments

When the tables are checked in the django admin panel, the foreign key links were broken and values were looking like this:

test

In order to fix this issue, mark_safe is added to 'foreign_key_link' method.

BarisSari avatar Jan 22 '19 13:01 BarisSari