Skip to content

Releases: loopwerk/django-rss-filter

0.5.0

18 Apr 18:48
d2f989e

Choose a tag to compare

Fixes

Deal with missing version property when the feed can't be loaded at all

0.4.0

18 Apr 18:48
09509e6

Choose a tag to compare

Fixes

Deal with feeds that don't have the updated property

0.3.0

18 Apr 18:47
d5633e2

Choose a tag to compare

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

07 Apr 08:15
8da7d27

Choose a tag to compare

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

06 Apr 21:23
b4d07fa

Choose a tag to compare

Initial release