aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/pagination.py
AgeCommit message (Expand)Author
2015-03-16Do not paginate if PAGE_SIZE=NoneTom Christie
2015-03-12Fixed problem with imporing rest_framework.views in apps.pyDirk Moors
2015-03-06Tweaks for cursor pagination and docsTom Christie
2015-03-04Clean up pagination attributesTom Christie
2015-02-26Pagination tweaks and docsTom Christie
2015-02-09Merge masterTom Christie
2015-01-22Add paging controlsTom Christie
2015-01-22Cursor pagination now works with OrderingFilterTom Christie
2015-01-22Support ordering attribute either on view or on pagination class for CursorPa...Tom Christie
2015-01-22Support for tuple ordering in cursor paginationTom Christie
2015-01-22Python 3 fixes for cursor paginationTom Christie
2015-01-22Fix for python 3Tom Christie
2015-01-22Tidy up cursor tests and make more comprehensiveTom Christie
2015-01-22Tests for reverse paginationTom Christie
2015-01-22Add support for reverse cursorsTom Christie
2015-01-19Merge branch 'version-3.1' into cursor-paginationTom Christie
2015-01-19NotImplemented -> NotImplementedErrorTom Christie
2015-01-19Add offset support for cursor paginationTom Christie
2015-01-17Cleaning up cursor implementationTom Christie
2015-01-17First pass at cursor paginationTom Christie
2015-01-16Fix compat issuesTom Christie
2015-01-16More pagination tests & cleanupTom Christie
2015-01-15Tests for LimitOffsetPaginationTom Christie
2015-01-15Flake 8 fixesTom Christie
2015-01-15Tweaks, and add pagination controls for offset/limit.Tom Christie
2015-01-14TweaksTom Christie
2015-01-14Include pagination control in browsable APITom Christie
2015-01-13API tweaks and pagination documentationTom Christie
2015-01-09First pass at 3.1 pagination APITom Christie
2015-01-05Pass init arguments through to serializer from pagination serializer.Tom Christie
2014-12-26Paginated serializers should get context.Tom Christie
2014-12-20Use custom ListSerializer for pagination if one is specified on the serializer.Tom Christie
2014-09-25Automatic field bindingTom Christie
2014-09-12to_internal_value() and to_representation()Tom Christie
2014-09-11NotImplemented stubs for Field, and DecimalField improvementsTom Christie
2014-09-11Merge masterTom Christie
2014-09-03remove rogue printMichał Jaworski
2014-09-03Use explicit many=True for object_serializer instantiation in PaginationSeria...Michał Jaworski
2014-09-02Getting tests passingTom Christie
2014-08-29First passTom Christie
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