.. |
__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
|
Allow views to return HttpResponses. Add initial() hook method
|
2011-05-24 10:27:24 +01:00 |
authentication.py
|
Allow views to return HttpResponses. Add initial() hook method
|
2011-05-24 10:27:24 +01:00 |
breadcrumbs.py
|
Fix up breadcrumbs to only breadcrumb for REST framework Views
|
2011-05-24 10:40:35 +01:00 |
content.py
|
Drop tests that are broken, because the functionality isn't implemented.
|
2011-12-09 11:27:34 +00:00 |
description.py
|
Allow views to return HttpResponses. Add initial() hook method
|
2011-05-24 10:27:24 +01:00 |
files.py
|
Fix file uploads
|
2011-06-12 20:23:40 +01:00 |
methods.py
|
Support for HEAD method
|
2011-06-25 12:35:17 +02:00 |
mixins.py
|
Revert pagination stuff
|
2011-07-19 20:38:13 +01:00 |
models.py
|
add unit tests which show m2m creation failing for through table
|
2011-07-08 17:37:20 +01:00 |
modelviews.py
|
add unit tests which show m2m creation failing for through table
|
2011-07-08 17:37:20 +01:00 |
oauthentication.py
|
Tidy up oauth imports slightly
|
2011-06-30 08:52:55 +01:00 |
package.py
|
Add VERSION string
|
2011-03-17 08:51:26 +00:00 |
parsers.py
|
Drop test_fail()
|
2011-06-10 16:00:22 +01:00 |
renderers.py
|
Added support for OPTIONS method, including a few unit tests
|
2011-07-30 22:23:53 +02:00 |
response.py
|
Move status codes into seperate module
|
2011-02-19 10:47:26 +00:00 |
reverse.py
|
Pull in David's initial oauth tests
|
2011-06-28 08:53:53 +01:00 |
serializer.py
|
Test for serialitation of dictionaries with keys that collide with
|
2011-07-13 14:12:34 +02:00 |
status.py
|
Move status codes into seperate module
|
2011-02-19 10:47:26 +00:00 |
throttling.py
|
Merge throttling and fix up a coupla things
|
2011-06-15 14:41:09 +01:00 |
validators.py
|
Allow related models to be fully serialized
|
2011-06-15 14:09:01 +01:00 |
views.py
|
Added support for OPTIONS method, including a few unit tests
|
2011-07-30 22:23:53 +02:00 |