flake8
passed.
JSHint
passed.
Review Request #13431 — Created Nov. 22, 2023 and submitted
We introduced
djblets.feedview
ages ago to help provide a rendered
RSS/Atom feed. This utilized thefeedparser
module, accessing a URL
and rendering the results.We don't use this in any of our projects anymore, and there are far
better methods of accomplishing these tasks. Client-side access and
rendering is usually better, and if feeds are needed server-side, it's
better for them to provide the specific implementation they need.This change removes
djblets.feedview
entirely. This also means one
less dependency, which often had its own security issues and updates.
All unit tests pass.
Summary | ID |
---|---|
e039f6ef02b547bf28bbc16fb8fd890c5b3ae593 |