Skip to content
Snippets Groups Projects

Improvements to RSS feed widget like caching

Merged Julian requested to merge 2-caching-of-feed-data into master
2 unresolved threads

Closes #2 (closed)

Edited by Jonathan Weth

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
13 13 calendarweek = "^0.4.3"
14 14 colour = "^0.1.5"
15 15 django-any-js = "^1.0"
16 django-bootstrap4 = "^1.0"
16 django-bleach = "^0.6.1"
  • Jonathan Weth changed title from Resolve "Caching of feed data" to Improvements to RSS feed widget like caching

    changed title from Resolve "Caching of feed data" to Improvements to RSS feed widget like caching

  • 2 2
    3 3 from django.utils.translation import ugettext_lazy as _
    4 4
    5 import feedparser
    6
    7 5 from django.db import models
    8 6
    9 7 from aleksis.core.models import DashboardWidget
    10 8
    11 from .util.html_helper import parse_rss_html
    12 9 from .util.event_feed import get_current_events_with_cal
    10 from feeds.models import Source
  • Julian added 1 commit

    added 1 commit

    • 052ab9cc - Add celery task to retrieve feeds

    Compare with previous version

  • Julian added 1 commit

    added 1 commit

    • 302783bf - Remove django-bleach from dashboardfeeds app

    Compare with previous version

  • Julian added 1 commit

    added 1 commit

    • d2fe619a - Reorder imports in models.py

    Compare with previous version

  • Julian added 1 commit

    added 1 commit

    • 795bf0e6 - Reorder imports in models.py

    Compare with previous version

  • Nik | Klampfradler
  • added 1 commit

    Compare with previous version

  • added 1 commit

    • dd12a6ef - Apply suggestion to aleksis/apps/dashboardfeeds/tasks.py

    Compare with previous version

  • mentioned in commit 01b9f7a2

  • Please register or sign in to reply
    Loading