aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/pagination.py
AgeCommit message (Expand)Author
2012-12-14Merge branch 'master' of https://github.com/sunscrapers/django-rest-frameworkTom Christie
2012-12-14Ensure context is passed to dynamically added fields. Fixes #476.Tom Christie
2012-12-14Test to verify that context is passed onSimon Pantzare
2012-12-13context to custom field in paginationSzymon Teżewski
2012-11-16Polishing to page size query parameters & more docsTom Christie
2012-11-15added page_size_kwarg testsStephan Groß
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-07Make filtering optional, and pluggable.Tom Christie
2012-11-06Merge branch 'master' into restframework2-filterBen Konrath
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-10-11Use Decimal (properly) everywhere.Ben Konrath
2012-10-11Explicitly use Decimal for creating filter test data.Ben Konrath
2012-10-11Fix small PEP8 problem.Ben Konrath
2012-10-11First attempt at adding filter support.Ben Konrath
2012-10-03Rename generic viewsTom Christie
2012-10-01Expand pagination support, add docsTom Christie
2012-09-30Pagination supportTom Christie