aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/pagination.py
AgeCommit message (Expand)Author
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