Skip to content

Commit

Permalink
fix: guid must be a full URL, use item link url (#2588)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Sep 18, 2024
1 parent 7e414b5 commit dc57cd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions downloads/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,3 @@ def item_pubdate(self, item: Release) -> datetime | None:
return timezone.make_aware(item.release_date)
return item.release_date
return None

def item_guid(self, item: Release) -> str:
"""Return a unique ID for the item based on DB record."""
return str(item.pk)

0 comments on commit dc57cd2

Please sign in to comment.