dustinfarris / ember-django-adapter

Ember CLI addon adapter for Django REST Framework
http://dustinfarris.github.io/ember-django-adapter
MIT License
191 stars 49 forks source link

Import AdapterError and InvalidError from "DS" object #226

Closed gojefferson closed 4 years ago

gojefferson commented 4 years ago

See: https://github.com/dustinfarris/ember-django-adapter/pull/225

This is the easiest way to ensure compatibility from 2.16 to the latest of Ember Data. This PR should pass CI, and it will enable user's of ember-django-adapter to upgrade to the latest version of Ember Data (currently they cannot).

dustinfarris commented 4 years ago

Fixed in #225