Releases: loopwerk/django-rss-filter
Releases · loopwerk/django-rss-filter
0.5.0
Fixes
Deal with missing version property when the feed can't be loaded at all
0.4.0
Fixes
Deal with feeds that don't have the updated property
0.3.0
Features
Improved the Django Admin with filters and a date_hierarchy.
Fixes
Fix the validate_feed function, because until now it thought HTML pages were valid as well.
0.2.0
Fixes
Switch from fastfeedparser to feedparser
Sadly fastfeedparser doesn't collect an id for each entry, and since an entry's link is optional, we don't always have enough info to create a new entry, since we need the entry id to create a valid Atom feed.
See also kagisearch/fastfeedparser#17.
0.1.0
Initial release