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

Add Django 1.8+ style Meta app_label to Avatar model #109

Merged
merged 1 commit into from
Jul 23, 2015

Conversation

kminkov
Copy link

@kminkov kminkov commented Jul 23, 2015

Add app_label to Avatar model in order to fix RemovedInDjango19Warning:

RemovedInDjango19Warning: Model class avatar.models.Avatar 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.

grantmcconnaughey added a commit that referenced this pull request Jul 23, 2015
Add Django 1.8+ style Meta app_label to Avatar model
@grantmcconnaughey grantmcconnaughey merged commit 64e7eff into jazzband:master Jul 23, 2015
@grantmcconnaughey
Copy link
Contributor

Merged, thanks!

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

Successfully merging this pull request may close these issues.

2 participants