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
2012-01-29
Use named args in mixin tests.
Tom Christie
2012-01-25
Refactoring get_name/get_description
Tom Christie
2012-01-25
Merge remote-tracking branch 'btimby/description'
Tom Christie
2012-01-24
Merge pull request #144 from btimby/master
Tom Christie
2012-01-24
Modified test case to pass regardless of JSON library
Ben Timby
2012-01-24
Modified test case to pass regardless of JSON library
Ben Timby
2012-01-23
Refactored get_name()/get_description()
Ben Timby
2012-01-23
Fix for testcase test_with_content_type_args
Ben Timby
2012-01-23
Docstring tidy up
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-21
Add test for PUT with session auth+csrf
Tom Christie
2012-01-20
Add a get_object method to the ModelMixin, and tests
Mjumbe Wawatu Poe
2012-01-19
Merge pull request #130 from flashingpumpkin/master
Tom Christie
2012-01-19
Renamed `unknown_form_fields` to `allow_unknown_form_fields`
Alen Mujezinovic
2012-01-18
Docstring/whitespace fixes.
Ben Timby
2012-01-17
Added an additional attribute `unknown_form_fields` to `FormResource`
Alen Mujezinovic
2012-01-13
py25, py26 along with Django12 can't handle assertDictEqual (it was introduced
Marko Tibold
2012-01-13
Got rid of more duplicate tests and put back the tests for #122.
Marko Tibold
2012-01-13
split renderer and parser complex data test case
Michele Lazzeri
2012-01-12
add testcate XMLRendererTestCase.test_render_and_parse_complex_data
Michele Lazzeri
2012-01-11
Added test_ugettext_lazy test. Refs #87.
Tom Christie
2012-01-11
Made suggested cleanups. Refs #121.
Tom Christie
2012-01-11
Merge pull request #121 from sebpiq/issue-73
Tom Christie
2012-01-11
Merge https://github.com/dzen/django-rest-framework
Tom Christie
2012-01-11
fixes #122
Marko Tibold
2012-01-10
fixed issue#73 and added a test
Sébastien Piquemal
2012-01-10
Add test for final() method
Benoit C
2012-01-05
Preserve existing query params in PaginatorMixin
Jamie Matthews
2012-01-04
We can now use @unittests.skip
Marko Tibold
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
[next]