Django Feed Reader 1.0.1
This update adds support for media:content as well as enclosure, deduplicating where required.
It also includes a number of bug fixes courtesy of @philgyford.
What's Changed
- Set the default_auto_field for the app by @philgyford in #15
- Replace hard-coded links to admin pages with links using reverse() by @philgyford in #14
- Allow for longer Post.guid by @philgyford in #17
- Allow Source.last_change and Source.last_success to be blank by @philgyford in #16
- Handle feed items with updated time but no published time by @philgyford in #19
New Contributors
- @philgyford made their first contribution in #15
Full Changelog: v1.0.0...v1.0.1