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
/
djangorestframework
/
tests
/
mixins.py
Age
Commit message (
Expand
)
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 + renamed...
Sébastien Piquemal
2012-02-07
Ensure duplicate "page" parameters are not created
Jamie Matthews
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
2011-12-14
Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if sessi...
Tom Christie
2011-12-09
Add pagination. Thanks @devioustree!
Tom Christie
2011-07-19
Revert pagination stuff
Tom Christie
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 with...
Craig Blaszczyk
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 ListOrCreateModelVi...
Fernando Zunino