Opened 18 years ago

Closed 18 years ago

#1981 closed defect (fixed)

Bug in RSS for comments - Post magic-removal bug

Reported by: EspenG Owned by: Adrian Holovaty
Component: contrib.syndication Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When using the contib.comments framework there is a bug when using django.contrib.comments.feeds.LatestFreeCommentsFeed
The error I'm getting is this:

Cannot resolve keyword 'limit' into field
Request Method: 	GET
Request URL: 	http://127.0.0.1:8000/feeds/latest_comments/
Exception Type: 	TypeError
Exception Value: 	Cannot resolve keyword 'limit' into field

I'm pretty shure the error is in the file django/contrib/comments/feeds.py on line 34.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2983]) Fixed #1981 -- Fixed bug in feeds.py for comments

Note: See TracTickets for help on using tickets.
Back to Top