Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ember-django-adapter

dustinfarris12.8kMIT2.1.1

Use Django REST Framework with your Ember project

ember-addon, adapter, django, ember-data

readme

Ember Django Adapter

Circle CI

Ember Observer Score

Ember Data is a core Ember.js library that provides a store and ORM for working with your Ember models. Ember Data works with JSON API out of the box, however "Ember Data is designed to be agnostic to the underlying persistence mechanism". To that end, Ember Data encourages the use of adapters to manage communication with various backend APIs.

This adapter enables the use of Django REST Framework as an API backend for Ember Data. The addon is compatible with ember-cli version 0.2.7 and higher, Ember 1.12.1 and higher (including 2.0.0), and Ember Data v1.13.7 and higher (including 2.0.0).

Community

Development Hints

Working with master

Install EDA pegged to master:

npm i --save-dev ember-django-adapter@dustinfarris/ember-django-adapter

Working with your fork

Clone and install EDA:

git clone git@github.com:yourname/ember-django-adapter
cd ember-django-adapter
npm i && bower i
npm link

Install test dependencies in your project, and link your local copy of EDA:

cd myproject
bower i pretender
bower i sinonjs
npm link ember-django-adapter

Goals

  • Support applications built with Django REST Framework and Ember.js by offering easy-to-use addons, and providing documentation and guidance.
  • Ensure as much as possible that the Ember.js and Django REST Framework documentation is up-to-date and accurate as it pertains to their combined usage.
  • Promote the adoption of Ember.js and Django REST Framework and actively take part in their respective communities.

changelog

ember-django-adapter Changelog

2.1.1

Internal

  • #225: Update error class imports (@gojefferson)
  • #220: Update adapter errors imports & make ember-data a peer dependency (@gojefferson)

2.1.0

Enhancements

  • #215: Support ember-data 3.0 (@benmurden, @OleRoel)

Internal

  • #217: Upgrade to CircleCI 2.0 (@benmurden)

Docs

  • #209: Update coalesce-find-requests code sample (@arnebit)

2.0.0

Enhancements

  • #207: Update ember and ember-data to 2.17. Fix deprecations.
  • #172: clean Ember.merge deprecation and fix jshintrc

Internal

  • #186: Update ember-sinon to the latest version
  • #180: Update ember-resolver to the latest version
  • #174: Update ember-cli-jshint to the latest version
  • #167: Update dependencies to enable Greenkeeper

Docs

  • #175: Update pagination.md

1.1.3

  • [INTERNAL] Upgrade ember-cli to 1.13.15 (#157)
  • [ENHANCEMENT] Allow addon to be used in a another addon (#164)
  • [BUGFIX] Map payload strings to arrays (#165)

1.1.2

  • [ENHANCMENT] Register addon with Ember libraries (#142)
  • [BUGFIX] Do not check for count attribute in paginated response (#143)
  • [DOCS] Note to disable pagination for coalesced records (#145)

1.1.1

  • [BUGFIX] Support nested errors returned by DRF (#141)
  • [BUGFIX] Do not require page query param on pagination previous link (#140)
  • [INTERNAL] Upgrade ember and ember-cli to latest (#138)

1.1.0

  • [ENHANCEMENT] Extend DS.RESTSerializer (#133)

1.0.0

  • [BREAKING ENHANCEMENT] Update to new Ember Data 1.13 serializer API (#114)
  • [ENHANCEMENT] Support ember-data 1.13 series (#108)
  • [ENHANCEMENT] Support HyperlinkedRelatedFields (#95)
  • [ENHANCEMENT] Support object-level errors (#123)
  • [ENHANCEMENT] Support query parameter in buildURL (#124)
  • [BUGFIX] Remove coalesceFindRequests warning (#106)
  • [INTERNAL] Updated ember-cli version to latest (1.13.1) (#112)
  • [INTERNAL] Test for setting an explicit id on createRecord (#117)
  • [INTERNAL] Acceptance test for embedded records (#119)
  • [INTERNAL] Test for embedded belongsTo create with id (#120)
  • [DOCS] Using ember-cli-pagination with the adapter (#101)

0.5.6

  • [INTERNAL] Updated ember-cli version to latest (0.2.7) (#99)
  • [INTERNAL] Updated ember-cli version to latest (0.2.6) (#97)
  • [ENHANCEMENT] Support ember-data 1.0.0-beta.18 (#96)
  • [INTERNAL] Add tests for relationships support (#94)
  • [INTERNAL] Updated ember-cli version to latest (0.2.5) (#91)

0.5.5

  • [INTERNAL] Updated ember-cli version to latest (0.2.4) (#89)
  • [BUGFIX] All find queries are now handled properly (#88)

0.5.4

  • [INTERNAL] Updated ember-cli version to latest (0.2.3) (#81)
  • [ENHANCEMENT] Modified signatures of methods in serializer and adapter to comply with changes introduced in ember-data v1.0.0-beta.15 and in v1.0.0-beta.16 (snapshots instead of records) (#74) (#77) (#84)
  • [INTERNAL] Use ember-try to enable a test matrix (#85)

0.5.3

  • [BREAKING ENHANCEMENT] Remove trailing slashes environment config (#67)
  • [DOCS] Add Google Analytics to documentation site (#69)
  • [ENHANCEMENT] Support added for coalesceFindRequests (#68)
  • [INTERNAL] Revised goals for the adapter (#70)

0.5.2

  • [BUGFIX] Return jqXHR for non-400 errors (#62)
  • [BREAKING BUGFIX] Set default host to localhost:8000 (#64)
  • [DOCS] Update installation instructions (#65)

0.5.1

  • [ENHANCEMENT] Add support for pagination metadata (#45)
  • [ENHANCEMENT] Add documentation for contributing (#49)
  • [ENHANCEMENT] Add blueprints and support for embedded records (#51)
  • [ENHANCEMENT] Add option to remove trailing slashes (#50)
  • [ENHANCEMENT] Test coverage for all supported versions of ember-data (#56)

0.5.0