sageteamorg / django-sage-tools

Reusable, generic mixins for Django
MIT License
6 stars 5 forks source link

Request for ForeignKeyLinker Module Feature #21

Closed MohmdFo closed 3 months ago

MohmdFo commented 3 months ago

Description

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.