Django

Code

Ticket #1981 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Bug in RSS for comments - Post magic-removal bug

Reported by: EspenG Assigned to: adrian
Milestone: Component: RSS framework
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

05/25/06 23:21:36 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #1981 (Bug in RSS for comments - Post magic-removal bug)




Change Properties
Action