index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
pagination.py
Age
Commit message (
Collapse
)
Author
2014-09-03
remove rogue print
Michał Jaworski
2014-09-03
Use explicit many=True for object_serializer instantiation in ↵
Michał Jaworski
PaginationSerializer and add catch dummy 'many' kwarg on DefaultObjectSerializer
2013-04-25
Cleanup docstrings
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2013-01-26
Fix issues with custom pagination serializers
Tom Christie
2013-01-23
Pass PaginationSerializer context through to child ModelSerializer on init. ↵
Tom Christie
Fixes #595. Fixes #552.
2012-12-14
Drop unneeded passing through of kwargs now context issue is resolved.
Tom Christie
2012-12-13
context to custom field in pagination
Szymon Teżewski
2012-11-08
Ensure pagination URLs are fully qualified
Tom Christie
2012-11-07
Simplify NextPageField and PreviousPageField slightly
Tom Christie
2012-11-07
Make filtering optional, and pluggable.
Tom Christie
2012-10-11
Define 'page' query field name in one place.
Ben Konrath
2012-10-11
Make query filters work with pagination.
Ben Konrath
2012-10-02
Make 'results_field' attribute of BasePaginationSerializer public.
Tom Christie
2012-10-01
Expand pagination support, add docs
Tom Christie
2012-09-30
Pagination support
Tom Christie