1 | | It would be better if the current str of the object in the inline form, which is in a <p>, <span> tag, could be enhanced by adding a link through an <a> tag to navigate to the object. |
2 | | [[Image(inline_object_str_add_link.png)]] |
| 1 | when `show_change_link` is applied, the icon image appears slightly cropped in `TabularInline`. Also, the Change and View text is applied depending on the user's permissions, but the permission-related details are already exposed in the form. |
| 2 | [[Image(tabular_inline_link.png)]] |
| 3 | Therefore, how about simply adding the link to the object's `__str__`? |
| 4 | [[Image(link_change_2.png)]] |
| 5 | I think it looks cleaner when the link is added to the `__str__`(removed icon and text). |
| 6 | Additionally, what do you think about changing the default value of show_change_link to True? |
| 7 | Changing it to True could also improve accessibility. |