- Reformatted the code using black. - Changed ``FeedContent.render`` to return ``(template, context)`` instead of rendering the template itself. This raises the minimum FeinCMS version to v1.15. - Updated the code to work with Django 2 and 3. - Added a minimal testsuite after 10 years.