| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
CursorPagination
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #2355.
Normally a serializer won't need these arguments on __init__, but
if a user has customized __init__ they may expect them to be available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PaginationSerializer and add catch dummy 'many' kwarg on DefaultObjectSerializer
|
|
|
|
|
|
|
|
Mostly adding `from __future__ import unicode_literals` everywhere.
|
|
|
|
Fixes #595. Fixes #552.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|