Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemovedInDjango19Warning #317

Closed
jonathanng opened this issue Jun 16, 2015 · 1 comment
Closed

RemovedInDjango19Warning #317

jonathanng opened this issue Jun 16, 2015 · 1 comment

Comments

@jonathanng
Copy link

Would be great if we could remove these warnings:

C:\Anaconda\lib\site-packages\taggit\models.py:87: RemovedInDjango19Warning: Model class taggit.models.Tag 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.
      class Tag(TagBase):

WARN:py.warnings:C:\Anaconda\lib\site-packages\taggit\models.py:87: RemovedInDjango19Warning: Model class taggit.models.Tag 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.
      class Tag(TagBase):

C:\Anaconda\lib\site-packages\taggit\models.py:192: RemovedInDjango19Warning: Model class taggit.models.TaggedItem 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.
      class TaggedItem(GenericTaggedItemBase, TaggedItemBase):

WARN:py.warnings:C:\Anaconda\lib\site-packages\taggit\models.py:192: RemovedInDjango19Warning: Model class taggit.models.TaggedItem 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.
      class TaggedItem(GenericTaggedItemBase, TaggedItemBase):
@frewsxcv
Copy link
Collaborator

frewsxcv commented Apr 2, 2016

This should have been fixed in #385

@frewsxcv frewsxcv closed this as completed Apr 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants