Atom feed has to be reimplemented #65274
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
werkzeug.contrib.atom
is deprecated as of Werkzeug version 0.15 and will be removed in version 1.0. We have to replace it with some other Atom library.This warning is caused by
from werkzeug.contrib.atom import AtomFeed
inpillar/web/main/routes.py
.Added subscribers: @dr.sybren, @fsiddi