Skip to content

Conversation

justinsg
Copy link
Contributor

Fixes RemovedInDjango19Warning:

Model class db_mutex.models.DBMutex 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.

Credit: minervaproject@429d701

Fixes RemovedInDjango19Warning:

Model class db_mutex.models.DBMutex 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.

Credit: minervaproject@429d701
joshmarlow added a commit that referenced this pull request Feb 14, 2016
Declare app_label in model Meta class to work with Django 1.9
@joshmarlow joshmarlow merged commit c65d4c1 into ambitioninc:develop Feb 14, 2016
@joshmarlow
Copy link
Contributor

@justinsg FYI there is a new package available with your change-set: https://pypi.python.org/pypi/django-db-mutex/0.2.3
Thanks for the contributions.

Many thanks @jaredlewis for taking care of the upload.

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