aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/mixins.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-08-24Drop out resources & mixinsTom Christie
2012-02-23hack to fix ImmediateResponse renderingSébastien Piquemal
2012-02-14merged with trunkSébastien Piquemal
2012-02-10attempt at fixing the examplesSébastien Piquemal
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + renamed...Sébastien Piquemal
2012-02-07Ensure duplicate "page" parameters are not createdJamie Matthews
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-01-29Use named args in mixin tests.Tom Christie
2012-01-22Fix tests to work on all supported configurations.Tom Christie
2012-01-21Merge https://github.com/mjumbewu/django-rest-frameworkTom Christie
2012-01-21Drop short status codes.Tom Christie
2012-01-20Add a get_object method to the ModelMixin, and testsMjumbe Wawatu Poe
2012-01-05Preserve existing query params in PaginatorMixinJamie Matthews
2011-12-14Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if sessi...Tom Christie
2011-12-09Add pagination. Thanks @devioustree!Tom Christie
2011-07-19Revert pagination stuffTom Christie
2011-07-19Added tests for paginationTom Drummond
2011-07-11typo in testTom Christie
2011-07-08remove hardcoded model._meta.many_to_many[0]; update mixin tests to test with...Craig Blaszczyk
2011-07-08add unit tests which show m2m creation failing for through tableCraig Blaszczyk
2011-07-07Tests for CreateModelMixin (unit and integration test via ListOrCreateModelVi...Fernando Zunino