Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Sep 18, 2024
2 parents a1ba00c + dc57cd2 commit 5f354bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ feedparser==6.0.11
beautifulsoup4==4.12.3
icalendar==4.0.7
chardet==4.0.0
celery[redis]==5.3.6
celery[redis]==5.4.0
django-celery-beat==2.5.0
# TODO: We may drop 'django-imagekit' completely.
django-imagekit==5.0 # 5.0 is first version that supports Django 4.2
Expand Down
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)
2 changes: 2 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
href="https://feeds.feedburner.com/PythonSoftwareFoundationNews">
<link rel="alternate" type="application/rss+xml" title="Python Insider"
href="https://feeds.feedburner.com/PythonInsider">
<link rel="alternate" type="application/rss+xml" title="Python Releases"
href="https://www.python.org/downloads/feed.rss">

{% comment %} No support for these yet...

Expand Down

0 comments on commit 5f354bb

Please sign in to comment.