mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 06:33:18 +02:00
simplify history helper
This commit is contained in:
@@ -139,8 +139,7 @@ class Snapshot(models.Model):
|
|||||||
@cached_property
|
@cached_property
|
||||||
def history(self):
|
def history(self):
|
||||||
# TODO: use ArchiveResult for this instead of json
|
# TODO: use ArchiveResult for this instead of json
|
||||||
from ..index import load_link_details
|
return self.as_link_with_details().history
|
||||||
return load_link_details(self.as_link()).history
|
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def latest_title(self):
|
def latest_title(self):
|
||||||
|
Reference in New Issue
Block a user