django-view-breadcrumbs icon indicating copy to clipboard operation
django-view-breadcrumbs copied to clipboard

standardized/modernized view mixins

Open Naggafin opened this issue 9 months ago • 0 comments

The primary change on this commit is adding a method to each mixin that returns the crumb label. This allows for more granular control of crumb labeling and in the same spirit of the control one has over the crumb URL. Additionally, the URL retrieval for the detail view was changed to instance.get_absolute_url(), since that really is best practice and ought to be used where applicable.

Naggafin avatar Jan 06 '25 20:01 Naggafin