theatlantic / django-select2-forms

Django form fields using the Select2 jQuery plugin
Other
82 stars 30 forks source link

Change in django 1.7 : apps.get_model(app_label, model_name) #20

Closed aprovin closed 9 years ago

aprovin commented 9 years ago

See https://docs.djangoproject.com/en/1.7/ref/applications/ in 'Application registry' section

fdintino commented 9 years ago

I did this in cec756ea5a1e6dcf19c7c7d43a39c8c207d30415 in a slightly more backwards-compatible way.