File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 33 - " 2.7"
44install :
55 - pip install -e .
6- script : django-admin .py test --settings=example.settings
6+ script : runtests .py
77
Original file line number Diff line number Diff line change @@ -82,6 +82,14 @@ From Source
8282 $ cd rest_framework_ember && pip install -e .
8383
8484
85+ Running Tests
86+ ^^^^^^^^^^^^^
87+
88+ ::
89+
90+ $ python runtests.py
91+
92+
8593-----
8694Usage
8795-----
@@ -144,10 +152,9 @@ Ember Data <-> Rest Framework Format Conversion
144152*(camelization/underscore/pluralize) *
145153
146154This package includes the optional ability to automatically convert json requests
147- and responses from the Ember Data camelCase to python/rest_framework's preferred
148- underscore. Additionally resource names can be pluralized if more than one object
149- is included in a serialized response as Ember Data expects. To hook this up,
150- include the following in your project settings::
155+ and responses from the Ember Data camelCase to python/rest_framework's preferred
156+ underscore. Additionally resource names can be pluralized when an array of objects
157+ are returned. To hook this up include the following in your project settings::
151158
152159 REST_EMBER_FORMAT_KEYS = True
153160 REST_EMBER_PLURALIZE_KEYS = True
You can’t perform that action at this time.
0 commit comments