mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 16:44:26 -04:00
simplify history helper
This commit is contained in:
parent
c9162a6d09
commit
46a53eafdb
1 changed files with 1 additions and 2 deletions
|
@ -139,8 +139,7 @@ class Snapshot(models.Model):
|
|||
@cached_property
|
||||
def history(self):
|
||||
# TODO: use ArchiveResult for this instead of json
|
||||
from ..index import load_link_details
|
||||
return load_link_details(self.as_link()).history
|
||||
return self.as_link_with_details().history
|
||||
|
||||
@cached_property
|
||||
def latest_title(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue