honzakral/django-threadedcomments

RemovedInDjango19Warning

Closed this issue · 2 comments

On the latest commit (f5094aa), I'm seeing a lot of these:

RemovedInDjango19Warning: Model class django_comments.models.Comment doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.

Anyone else already experiencing or already reported this? I'll dig in but didn't want to dup work. Thanks!

I noticed this too, but I'm not sure yet where to fix. Is this really an issue with threadecommends, or with https://github.com/django/django-contrib-comments? I noticed this fix here, which is not yet released: django/django-contrib-comments@45347d0

I believe you are correct. I've specified a recent threaded comment as it
points to the latest django comments release, where the problem seems to
have been resolved.

On Thu, Oct 1, 2015 at 3:26 AM, Diederik van der Boor <
notifications@github.com> wrote:

I noticed this too, but I'm not sure yet where to fix. Is this really an
issue with threadecommends, or with
https://github.com/django/django-contrib-comments? I noticed this fix
here, which is not yet released: django/django-contrib-comments@45347d0
django/django-contrib-comments@45347d0


Reply to this email directly or view it on GitHub
#71 (comment)
.