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
Age
Commit message (
Expand
)
Author
2011-12-30
Replace field-errors with field_errors
Tom Christie
2011-12-29
whitespace fixes
Tom Christie
2011-12-29
Add JSONP. Fixes #82
Tom Christie
2011-12-21
Fixes #94
Marko Tibold
2011-12-14
Fixed test broken by markdown update
alazaro
2011-12-14
Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if sessi...
Tom Christie
2011-12-14
Ensure that external projects do not need to add 'djangorestframework.tests' ...
Tom Christie
2011-12-12
Drop unused import
Tom Christie
2011-12-12
fix copy-paste typo.
Marko Tibold
2011-12-11
fix merge
Craig Blaszczyk
2011-12-11
add xml parser
Craig Blaszczyk
2011-12-09
Add pagination. Thanks @devioustree!
Tom Christie
2011-12-09
Merge pull request #62 from txels/master
Tom Christie
2011-12-09
Drop tests that are broken, because the functionality isn't implemented.
Tom Christie
2011-07-30
Added support for OPTIONS method, including a few unit tests
Carles Barrobés
2011-07-19
Revert pagination stuff
Tom Christie
2011-07-19
Added tests for pagination
Tom Drummond
2011-07-15
More tests for overloaded json requests and normal json requests
Tom Drummond
2011-07-15
Added more tests related to request.POST and request.DATA
Tom Drummond
2011-07-15
Added tests to ensure you can access request.POST with UserLoggedInAuthentica...
Tom Drummond
2011-07-13
Test for serialitation of dictionaries with keys that collide with
garciasolero
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
2011-07-01
pull in markos changes, minor tweaks to yaml stuff
Tom Christie
2011-06-30
Tidy up oauth imports slightly
Tom Christie
2011-06-28
Pull in David's initial oauth tests
Tom Christie
2011-06-26
Allow .json .html .xml style urls and also allow these formats to be specifie...
Michael Fötsch
2011-06-25
Adding tests for OAuth authentication through django-oauth-plus, a dedicated ...
David Larlet
2011-06-25
Allow HEAD method
Tom Christie
2011-06-25
Support for HEAD method
Carles Barrobés
2011-06-21
Decimals are a protected_type - let's leave them up to the renderer to deal with
Tom Christie
2011-06-15
Additional test for JSON
Tom Christie
2011-06-15
Merge throttling and fix up a coupla things
Tom Christie
2011-06-15
Allow related models to be fully serialized
Tom Christie
2011-06-14
Support for nesting resources etc...
Tom Christie
2011-06-14
Bits of cleaning up for the throttling
Tom Christie
2011-06-13
implemeneted #28
markotibold
2011-06-12
Merge with 10e5aa19eecaec9be297dd8f090eb56c60089a6d
markotibold
2011-06-12
Fix file uploads
Tom Christie
2011-06-11
small fix
markotibold
2011-06-11
refactored and added new tests for per-user, per-view, and per-resource htrot...
markotibold
2011-06-11
* fixed `test_request_throttling_is_per_user` - it didn't make a request for ...
markotibold
2011-06-11
implemented per user throttling
markotibold
2011-06-10
added some throttling tetst. Can't get per-user-throttling testing to work th...
markotibold
2011-06-10
Drop test_fail()
Tom Christie
2011-06-09
Returning the dict from `parse_qs` in `FormParser` fails on forms.
Alen Mujezinovic
2011-06-08
Nested tuples serialisation test
Alen Mujezinovic
2011-05-24
Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...
Tom Christie
[next]