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-03-16
Do not paginate if PAGE_SIZE=None
Tom Christie
2015-03-12
Fixed problem with imporing rest_framework.views in apps.py
Dirk Moors
2015-03-06
Tweaks for cursor pagination and docs
Tom Christie
2015-03-04
Clean up pagination attributes
Tom Christie
2015-02-26
Pagination tweaks and docs
Tom Christie
2015-02-09
Merge master
Tom Christie
2015-01-22
Add paging controls
Tom Christie
2015-01-22
Cursor pagination now works with OrderingFilter
Tom Christie
2015-01-22
Support ordering attribute either on view or on pagination class for CursorPa...
Tom Christie
2015-01-22
Support for tuple ordering in cursor pagination
Tom Christie
2015-01-22
Python 3 fixes for cursor pagination
Tom Christie
2015-01-22
Fix for python 3
Tom Christie
2015-01-22
Tidy up cursor tests and make more comprehensive
Tom Christie
2015-01-22
Tests for reverse pagination
Tom Christie
2015-01-22
Add support for reverse cursors
Tom Christie
2015-01-19
Merge branch 'version-3.1' into cursor-pagination
Tom Christie
2015-01-19
NotImplemented -> NotImplementedError
Tom Christie
2015-01-19
Add offset support for cursor pagination
Tom Christie
2015-01-17
Cleaning up cursor implementation
Tom Christie
2015-01-17
First pass at cursor pagination
Tom Christie
2015-01-16
Fix compat issues
Tom Christie
2015-01-16
More pagination tests & cleanup
Tom Christie
2015-01-15
Tests for LimitOffsetPagination
Tom Christie
2015-01-15
Flake 8 fixes
Tom Christie
2015-01-15
Tweaks, and add pagination controls for offset/limit.
Tom Christie
2015-01-14
Tweaks
Tom Christie
2015-01-14
Include pagination control in browsable API
Tom Christie
2015-01-13
API tweaks and pagination documentation
Tom Christie
2015-01-09
First pass at 3.1 pagination API
Tom Christie
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
[next]