Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(history): add a get_absolute_url method to APISHistoryTableBase
The historical models use `history_id` as id instead of the `id` of the instance they refer to. We therefore override the `get_absolute_url` method, so that it points to the historical record and not to the instance it refers to.
- Loading branch information