Changes between Initial Version and Version 4 of Ticket #4404
- Timestamp:
- Jun 1, 2007, 6:54:18 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4404
- Property Triage Stage Unreviewed → Ready for checkin
- Property Has patch set
-
Ticket #4404 – Description
initial v4 1 LatestCommentsFeed from contrib/comments/feeds.py calls upon LatestFreeCommentsFeed, which slices the result. This causes an AssertionError: 2 1 !LatestCommentsFeed from contrib/comments/feeds.py calls upon !LatestFreeCommentsFeed, which slices the result. This causes an !AssertionError: 2 {{{ 3 #!python 3 4 Traceback (most recent call last): 4 5 File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py" … … 26 27 AssertionError at /rss/comments/ 27 28 Cannot filter a query once a slice has been taken. 28 29 }}} 29 30 Sorry about the lack of further details, but I'm pretty new to both Python and Django... Thanks!