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
/
tests
/
pagination.py
Age
Commit message (
Expand
)
Author
2012-12-14
Merge branch 'master' of https://github.com/sunscrapers/django-rest-framework
Tom Christie
2012-12-14
Ensure context is passed to dynamically added fields. Fixes #476.
Tom Christie
2012-12-14
Test to verify that context is passed on
Simon Pantzare
2012-12-13
context to custom field in pagination
Szymon Teżewski
2012-11-16
Polishing to page size query parameters & more docs
Tom Christie
2012-11-15
added page_size_kwarg tests
Stephan Groß
2012-11-08
Make default FILTER_BACKEND = None
Tom Christie
2012-11-07
Make filtering optional, and pluggable.
Tom Christie
2012-11-06
Merge branch 'master' into restframework2-filter
Ben Konrath
2012-11-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
2012-10-11
Use Decimal (properly) everywhere.
Ben Konrath
2012-10-11
Explicitly use Decimal for creating filter test data.
Ben Konrath
2012-10-11
Fix small PEP8 problem.
Ben Konrath
2012-10-11
First attempt at adding filter support.
Ben Konrath
2012-10-03
Rename generic views
Tom Christie
2012-10-01
Expand pagination support, add docs
Tom Christie
2012-09-30
Pagination support
Tom Christie