harvest-dev team mailing list archive
-
harvest-dev team
-
Mailing list archive
-
Message #00563
[Bug 775708] Re: Harvest is using deprecated syndication API
This is a patch that replaces the old syndication API with the new one,
reverting the change made in bug #775438. We shouldn't apply it yet, but
here it is for reference :)
If we need to support both, we can have two feeds.py files and have
urls.py decide which one to import (and change its url pattern mappings
accordingly).
** Patch added: "harvest-feeds-newapi.diff"
https://bugs.launchpad.net/harvest/+bug/775708/+attachment/2106479/+files/harvest-feeds-newapi.diff
** Changed in: harvest
Status: New => Triaged
** Changed in: harvest
Importance: Undecided => Wishlist
--
You received this bug notification because you are a member of harvest-
dev, which is the registrant for harvest.
https://bugs.launchpad.net/bugs/775708
Title:
Harvest is using deprecated syndication API
Status in Harvest Service:
Triaged
Bug description:
For compatibility with Ubuntu Lucid, Harvest is now using the old
syndication API that was deprecated with Django 1.2. The API will be
completely removed in Django 1.4, so for forwards compatibility we
will need to upgrade the syndication API with the next LTS (+ whenever
the production server is upgraded).
There is some documentation on the change here:
http://docs.djangoproject.com/en/dev/ref/contrib/syndication/
References