Hi all, I'm using Django 0.96 and trying to use James Bennett's comment_utils with my blog application. When I add the CommentModerator subclass and 'moderator.register' statements to models.py, the ManyToManyField class attributes in the moderated class stop working. I keep getting the following error
File "/home/web/python-2.4.4/lib/python2.4/site-packages/django/db/ models/query.py" in lookup_inner 938. raise TypeError, "Cannot resolve keyword '%s' into field" % name However, when I comment out the subclass and moderator.register statements, everything works again. Is anyone else seeing the same behavior? Should I be running the latest SVN version of Django to take advantage of comment_utils? Thanks, Shankar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

