Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(history): make ChangeHistoryView reuse existing views
The DetailView is a TemplateView that inherits from BaseDetailView, which inherits from SingleObjectMixin and implements a similar `get` as ChangeHistoryView does. So inheriting from DetailView makes the whole thing smaller.
- Loading branch information