| Age | Commit message (Collapse) | Author |
|
|
|
|
|
DjangoFilterBackend return an actual query set fixes this issue.
Signed-off-by: Kevin Stone <kevinastone@gmail.com>
|
|
|
|
filtered lists.
|
|
Closes #713.
|
|
|
|
|
|
Mostly adding `from __future__ import unicode_literals` everywhere.
|
|
|
|
|
|
|
|
|
|
|
|
The paginator and its object serializer should share the same context.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a Travis build failures on python 2.6:
https://travis-ci.org/#!/tomchristie/django-rest-framework/builds/2746628
|
|
|
|
The filter support uses django-filter to work its magic.
|
|
|
|
|
|
|