krisfields / django-baker

Adds a management command that generates views, forms, urls, admin, and templates based off the contents of models.py
BSD 3-Clause "New" or "Revised" License
389 stars 51 forks source link

mark_safe is added to create links between tables. #22

Open BarisSari opened 5 years ago

BarisSari commented 5 years ago

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.