Changes between Initial Version and Version 4 of Ticket #4404


Ignore:
Timestamp:
Jun 1, 2007, 6:54:18 AM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4404

    • Property Triage Stage UnreviewedReady 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
    34Traceback (most recent call last):
    45File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py"
     
    2627  AssertionError at /rss/comments/
    2728  Cannot filter a query once a slice has been taken.
    28 
     29}}}
    2930Sorry about the lack of further details, but I'm pretty new to both Python and Django... Thanks!
Back to Top