django-account-balances icon indicating copy to clipboard operation
django-account-balances copied to clipboard

django.db.models.get_model is deprecated

Open LennyLip opened this issue 9 years ago • 0 comments

django.db.models.get_model is deprecated use django.db.models.loading.get_model instead.

f.e. in facade.py

LennyLip avatar Sep 14 '15 17:09 LennyLip