I had to mess around with the syntax a bit to get it to work after moving to MR.
Here's an example of what works for me: {% get_free_comment_list for workgroups.workgroup group.id as comment_list reversed %} workgroups is the appname workgroup is the module name - (model is WorkGroup, I don't know where Django gets 'workgroup' from- presume it's just the model name in lowercase) group is the object passed into the template, so group.id is a key to fetch the comments I figured this out by looking in the db tables for freecomments and contenttypes- maybe that will help you check if that's the problem? -- Derek --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---