aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/pagination.py
AgeCommit message (Expand)Author
2014-09-03remove rogue printMichał Jaworski
2014-09-03Use explicit many=True for object_serializer instantiation in PaginationSeria...Michał Jaworski
2013-04-25Cleanup docstringsTom Christie
2013-02-04Cleanup importsTom Christie
2013-01-26Fix issues with custom pagination serializersTom Christie
2013-01-23Pass PaginationSerializer context through to child ModelSerializer on init. ...Tom Christie
2012-12-14Drop unneeded passing through of kwargs now context issue is resolved.Tom Christie
2012-12-13context to custom field in paginationSzymon Teżewski
2012-11-08Ensure pagination URLs are fully qualifiedTom Christie
2012-11-07Simplify NextPageField and PreviousPageField slightlyTom Christie
2012-11-07Make filtering optional, and pluggable.Tom Christie
2012-10-11Define 'page' query field name in one place.Ben Konrath
2012-10-11Make query filters work with pagination.Ben Konrath
2012-10-02Make 'results_field' attribute of BasePaginationSerializer public.Tom Christie
2012-10-01Expand pagination support, add docsTom Christie
2012-09-30Pagination supportTom Christie