| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-01-26 | Test for custom pagination serializers. Also refs #604. | Tom Christie | |
| 2013-01-24 | Test for #552. | Tom Christie | |
| 2013-01-07 | Clean up test slightly. Refs #552 | Tom Christie | |
| 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 | |
| The paginator and its object serializer should share the same context. | |||
| 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 | |
| This fixes a Travis build failures on python 2.6: https://travis-ci.org/#!/tomchristie/django-rest-framework/builds/2746628 | |||
| 2012-10-11 | Fix small PEP8 problem. | Ben Konrath | |
| 2012-10-11 | First attempt at adding filter support. | Ben Konrath | |
| The filter support uses django-filter to work its magic. | |||
| 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 | |
