tags:

views:

27

answers:

1

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
There are still some issues around CSRF though
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