Closed Bug 659020 Opened 13 years ago Closed 12 years ago

[tinder] feed syndication to use the new class based views instead

Categories

(Webtools Graveyard :: Elmo, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: peterbe, Unassigned)

Details

The non-class based use of Feed syndication is deprecated (only a warning) in Django 1.3. Consider replacing all feeds in tinder with class based ones. 

Also, there are no unit tests for any feeds. Especially not for URLs like 'tinder.views.feed' which is based on an import from the django.contrib.
Priority: -- → P3
Peter, I don't understand this bug, can you rephrase what exactly is the problem?
Hmm... 

To begin with, we don't use Django 1.3 any more. 
Secondly, we are apparently using the correct import, i.e.
`from django.contrib.syndication.feeds import Feed`
Perhaps we didn't do that before???

I get no warnings any more on this.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.