We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b374e commit 4671892Copy full SHA for 4671892
README.rst
@@ -216,3 +216,16 @@ To display a specific error inline use the following::
216
{{/each}}
217
{{input name="title" value=title}}
218
219
+======
220
+Mixins
221
222
+
223
+The following mixin classes are available to use with Rest Framework
224
+resources.
225
226
+-------------------------------------------
227
+rest_framework_ember.mixins.MultipleIDMixin
228
229
230
+Overrides ``get_queryset`` to filter by ``ids[]`` in URL query params.
231
0 commit comments