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
/
tests
/
test_pagination.py
Age
Commit message (
Expand
)
Author
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
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
Add offset support for cursor pagination
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-09
First pass at 3.1 pagination API
Tom Christie
2014-09-12
Coerce dates etc to ISO_8601 in seralizer, by default.
Tom Christie
2014-09-11
NotImplemented stubs for Field, and DecimalField improvements
Tom Christie
2014-09-11
Merge master
Tom Christie
2014-09-03
Add custom pagination test that covers case with custom object serializer class
MichaĆ Jaworski
2014-09-02
Getting tests passing
Tom Christie
2014-08-29
Remove `.model` usage in tests.
Tom Christie
2014-08-19
Resolve linting issues
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-04-17
Merge remote-tracking branch 'pelme/pytest' into feature/pytest
Xavier Ordoquy
2014-03-02
Support for running the test suite with py.test
Andreas Pelme