kstateome / django-cas

K-State's maintained version of django-cas
MIT License
112 stars 83 forks source link

Django 1.9 warning #50

Closed dstegelman closed 9 years ago

dstegelman commented 9 years ago

RemovedInDjango19Warning: Model class cas.models.PgtIOU 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.

RemovedInDjango19Warning: Model class cas.models.Tgt 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.

dstegelman commented 9 years ago

This is caused by not including cas in the installed items list.