v0.5.3
Upgrading
In your ember-cli project, run:
ember install:addon ember-django-adapter@0.5.3
Release notes
- If you were using
API_ADD_TRAILING_SLASHESto disable trailing slashes, you will need to remove this from your environment.js config, and set the property on the adapter directly. See the documentation on trailing slashes. - You can now use the
coalesceFindRequestsfeature of Ember Data to combine your async hasMany API calls into a single request. You must implement a special filter in DRF to get the full benefit of this. See the documentation on coalescing find requests.