django-view-breadcrumbs
django-view-breadcrumbs copied to clipboard
standardized/modernized view mixins
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.