..
__init__.py
Refactor to use self.CONTENT to access request body. Get file upload working
2011-04-02 16:32:37 +01:00
accept.py
whitespace fixes
2011-12-29 13:31:12 +00:00
authentication.py
whitespace fixes
2011-12-29 13:31:12 +00:00
breadcrumbs.py
whitespace fixes
2011-12-29 13:31:12 +00:00
content.py
We can now use @unittests.skip
2012-01-04 11:58:22 +01:00
description.py
whitespace fixes
2011-12-29 13:31:12 +00:00
files.py
whitespace fixes
2011-12-29 13:31:12 +00:00
methods.py
whitespace fixes
2011-12-29 13:31:12 +00:00
mixins.py
Preserve existing query params in PaginatorMixin
2012-01-05 14:07:31 +00:00
models.py
Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if session authentication is being used
2011-12-14 20:10:06 +00:00
modelviews.py
whitespace fixes
2011-12-29 13:31:12 +00:00
oauthentication.py
whitespace fixes
2011-12-29 13:31:12 +00:00
package.py
whitespace fixes
2011-12-29 13:31:12 +00:00
parsers.py
split renderer and parser complex data test case
2012-01-13 10:11:34 +01:00
renderers.py
py25, py26 along with Django12 can't handle assertDictEqual (it was introduced
2012-01-13 23:01:16 +01:00
response.py
whitespace fixes
2011-12-29 13:31:12 +00:00
reverse.py
Pull in David's initial oauth tests
2011-06-28 08:53:53 +01:00
serializer.py
Added test_ugettext_lazy test. Refs #87 .
2012-01-11 16:16:22 +00:00
status.py
whitespace fixes
2011-12-29 13:31:12 +00:00
testcases.py
whitespace fixes
2011-12-29 13:31:12 +00:00
throttling.py
whitespace fixes
2011-12-29 13:31:12 +00:00
validators.py
Added an additional attribute unknown_form_fields
to FormResource
2012-01-17 11:01:32 +00:00
views.py
Add test for final() method
2012-01-10 00:23:19 +01:00