Is django-threadedcomments 0.52 supported by django 1.2?
+1
A:
Although an open bug report isn't a sure-fire answer, it doesn't look like it works with 1.2 as standard, but there is a hack to potentially fix it (see the ticket, linked)
stevejalim
2010-09-28 08:56:51
There are still some issues around CSRF though
2010-09-30 12:11:15
Damn. I did say 'potentially' though ;o) If it's the missing {% crsf_token %}, I think there are some fixes around for injecting the CSRF token into the threadedcomments template tags, or you can manually hack them, perhaps.
stevejalim
2010-09-30 14:51:37