openlearningtools / opencompetencies

A tool for organizing educational competencies.
MIT License
16 stars 3 forks source link

Fix deprecation issue #137

Open ehmatthes opened 9 years ago

ehmatthes commented 9 years ago

Replace

from django.db.models.loading import get_model

with

from django.apps import apps

See http://stackoverflow.com/questions/4881607/django-get-model-from-string