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 (
Expand
)
Author
2015-01-05
Pass init arguments through to serializer from pagination serializer.
Tom Christie
2014-12-26
Paginated serializers should get context.
Tom Christie
2014-12-20
Use custom ListSerializer for pagination if one is specified on the serializer.
Tom Christie
2014-09-25
Automatic field binding
Tom Christie
2014-09-12
to_internal_value() and to_representation()
Tom Christie
2014-09-11
NotImplemented stubs for Field, and DecimalField improvements
Tom Christie
2014-09-11
Merge master
Tom Christie
2014-09-03
remove rogue print
Michał Jaworski
2014-09-03
Use explicit many=True for object_serializer instantiation in PaginationSeria...
Michał Jaworski
2014-09-02
Getting tests passing
Tom Christie
2014-08-29
First pass
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
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
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