aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_pagination.py
AgeCommit message (Expand)Author
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-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-19Add offset support for cursor paginationTom 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-09First pass at 3.1 pagination APITom Christie
2014-09-12Coerce dates etc to ISO_8601 in seralizer, by default.Tom Christie
2014-09-11NotImplemented stubs for Field, and DecimalField improvementsTom Christie
2014-09-11Merge masterTom Christie
2014-09-03Add custom pagination test that covers case with custom object serializer classMichaƂ Jaworski
2014-09-02Getting tests passingTom Christie
2014-08-29Remove `.model` usage in tests.Tom Christie
2014-08-19Resolve linting issuesTom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-04-17Merge remote-tracking branch 'pelme/pytest' into feature/pytestXavier Ordoquy
2014-03-02Support for running the test suite with py.testAndreas Pelme