Opened 19 years ago
Closed 19 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.
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [2983]) Fixed #1981 -- Fixed bug in feeds.py for comments