| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-20 | Remove old 'djangorestframework directories | Tom Christie | |
| 2012-08-24 | Drop out resources & mixins | Tom Christie | |
| 2012-02-23 | hack to fix ImmediateResponse rendering | Sébastien Piquemal | |
| 2012-02-14 | merged with trunk | Sébastien Piquemal | |
| 2012-02-10 | attempt at fixing the examples | Sébastien Piquemal | |
| 2012-02-07 | cleaned a bit Response/ResponseMixin code, added some documentation + ↵ | Sébastien Piquemal | |
| renamed ErrorResponse to ImmediateResponse | |||
| 2012-02-07 | Ensure duplicate "page" parameters are not created | Jamie Matthews | |
| Previously, URLObject.add_query_param was used to generate next/previous page links in PaginatorMixin. This resulted in (for example) page 2's "next" link having the params: ?page=2&page=3 Instead, URLObject.set_query_param should be used to replace the current value of the "page" parameter. | |||
| 2012-02-02 | Response as a subclass of HttpResponse - first draft, not quite there yet. | Sébastien Piquemal | |
| 2012-01-29 | Use named args in mixin tests. | Tom Christie | |
| 2012-01-22 | Fix tests to work on all supported configurations. | Tom Christie | |
| 2012-01-21 | Merge https://github.com/mjumbewu/django-rest-framework | Tom Christie | |
| 2012-01-21 | Drop short status codes. | Tom Christie | |
| 2012-01-20 | Add a get_object method to the ModelMixin, and tests | Mjumbe Wawatu Poe | |
| 2012-01-05 | Preserve existing query params in PaginatorMixin | Jamie Matthews | |
| Previously, generation of next/previous links would discard any existing query parameters. This commit introduces a dependency on URLObject, which is used to intelligently parse and modify URLs to ensure existing params are preserved. Addresses issues #107 | |||
| 2011-12-14 | Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if ↵ | Tom Christie | |
| session authentication is being used | |||
| 2011-12-09 | Add pagination. Thanks @devioustree! | Tom Christie | |
| 2011-07-19 | Revert pagination stuff | Tom Christie | |
| This reverts commit d1af04969854433b56ddd002fbb35a956700c4c2. | |||
| 2011-07-19 | Added tests for pagination | Tom Drummond | |
| 2011-07-11 | typo in test | Tom Christie | |
| 2011-07-08 | remove hardcoded model._meta.many_to_many[0]; update mixin tests to test ↵ | Craig Blaszczyk | |
| with 0, 1, or multiple groups | |||
| 2011-07-08 | add unit tests which show m2m creation failing for through table | Craig Blaszczyk | |
| 2011-07-07 | Tests for CreateModelMixin (unit and integration test via ↵ | Fernando Zunino | |
| ListOrCreateModelView). | |||
