I would like to request the addition of a new feature, the ForeignKeyLinker module, to the django-sage-tools library. This module is designed to generate functions that create links to related objects' change pages within the Django admin interface. This functionality can be very useful for improving the usability and navigation of the Django admin interface, especially when dealing with foreign key relationships in models.
Description
I would like to request the addition of a new feature, the
ForeignKeyLinker
module, to thedjango-sage-tools
library. This module is designed to generate functions that create links to related objects' change pages within the Django admin interface. This functionality can be very useful for improving the usability and navigation of the Django admin interface, especially when dealing with foreign key relationships in models.