You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in #1299 (comment), the RSS feeds (that is to say, the actual XML files) for the feeds on the community page (blog posts, jobs, packages, ...) include items for feeds that are not approved.
As reported in #1299 (comment), the RSS feeds (that is to say, the actual XML files) for the feeds on the community page (blog posts, jobs, packages, ...) include items for feeds that are not approved.
When listing items on the site (for example https://www.djangoproject.com/community/packages/), such items will be correctly excluded.
The RSS feeds (in
aggregator/feeds.py
) should be modified to also exclude un-approved feeds (and some tests should be added as well).The text was updated successfully, but these errors were encountered: