On 6/3/06, Bryan Murdock <[EMAIL PROTECTED]> wrote:
> I have a little blog based closely on the djangoproject.com blog.  I'm
> updating it to magic-removal and everything seems to be going well,
> except comments aren't displaying.  No template errors or anything,
> just a silent failure to load any comments.  How does one begin to
> debug this kind of thing even?  What magic-removal code change did I
> miss?

Replying to myself here.  I put some print statements in
CommentCountNode to see if I could see why it was always returning 0
comments.  It looks like it's getting all the right info passed in and
used in the manager.filter call.  So maybe I have a database problem?

Thanks,

Bryan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to