Skip to content

Commit 4671892

Browse files
committed
Document MultipleIDMixin
1 parent 08b374e commit 4671892

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,16 @@ To display a specific error inline use the following::
216216
{{/each}}
217217
{{input name="title" value=title}}
218218

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

Comments
 (0)