aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/pagination.md
AgeCommit message (Collapse)Author
2015-03-16Updates ducumentation DEFAULT_PAGE_SIZE left over after #2655Rubén Durá Tarí
2015-03-10Changed incorrect class nameBryan Alsdorf
2015-03-09Merge pull request #2655 from jwbixby/patch-1Tom Christie
Update documentation over PAGE_SIZE
2015-03-09Fixed missing word in CursorPagination docsDeven Xie
2015-03-08Update documenation over PAGE_SIZEjwbixby
This replaces all locations of the old setting `DEFAULT_PAGE_SIZE` for the current setting `PAGE_SIZE`
2015-03-06More docs on cursor pagination3.1.0Tom Christie
2015-03-06Tweaks for cursor pagination and docsTom Christie
2015-03-04Update docsTom Christie
2015-02-26Pagination tweaks and docsTom Christie
2015-02-09Minor docs workTom Christie
2015-01-15Tests for LimitOffsetPaginationTom Christie
2015-01-14TweaksTom Christie
2015-01-13API tweaks and pagination documentationTom Christie
2014-12-13Change serializers.Field to serializers.ReadOnlyField for 3.x compatibilityBrian Jacobel
Using this code snippet as-is on DRF 3.0.1 results in a NotImplementedError being raised for to_representation due to 3.0's changed behavior with serializers.Field. The code snippet should be updated to use serializers.ReadOnlyField instead. Further discussion here: https://groups.google.com/forum/?fromgroups=#!topic/django-rest-framework/aX8mLT_v3yc
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-04-30Merge pull request #1391 from kaygorodov/masterXavier Ordoquy
Turning off pagination
2014-02-20Link to DRF-extensions. Refs #1430Tom Christie
2014-02-05#1390, docs, turning of paginationAndrey Kaygorodov
2014-02-05turn of paginationAndrey Kaygorodov
2013-08-28Docs for `MAX_PAGINATE_BY` setting & view attribute.Tom Christie
2013-08-21Include import paths throughout docs.Tom Christie
Closes #1051. Thanks to @pydanny for the report.
2013-04-24Various clean up and lots of docsTom Christie
2013-02-13Minor doc fixesfloppya
Fixes misspelling of "primitive" and removes an awkward "with".
2013-01-26Fix pagination docsTom Christie
2013-01-07Note paginate_by=None usage. Fixes #555.Tom Christie
2012-11-18Docs, docs, docs, docs, docs, docsTom Christie
2012-11-16TweakTom Christie
2012-11-16Improve pagination docsTom Christie
2012-10-19docs, docs, docs, docs, docs, docs, docsTom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-02Make 'results_field' attribute of BasePaginationSerializer public.Tom Christie
2012-10-01Add example of using paginator in a viewTom Christie
2012-10-01Pagination docsTom Christie
2012-10-01Expand pagination support, add docsTom Christie