honzakral/django-threadedcomments

Jacob Kaplan-Moss: deprecate django.contrib.comments

Closed this issue · 3 comments

Jacob Kaplan-Moss: "This one's simple: I'd like to deprecate django.contrib.comments,
scheduling it to be removed in a couple of releases." http://groups.google.com/group/django-developers/msg/8cb9cdb049fe721d

"If someone volunteers to maintain it as an external project I'll move
the code to a new repo and direct people there in the docs. If nobody
volunteers, then it'll go to the great /dev/null in the sky."

Thx for letting us know, we'll look into it! :)

For everyones info, Django's contrib.comments module has moved to https://github.com/django/django-contrib-comments I've love to see this module being aligned with that; we'll monitor the repo and transition to it when it's time.

This is now supported in django-threadedcomments 1.0b1 !
When django_comments is added to INSTALLED_APPS, it will be picked up by default.
For Django 1.7 and 1.8 this is required, as the migrations depend on it.