django-rest-framework/djangorestframework/tests
2011-05-24 10:40:35 +01:00
..
__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 data flattening needs to go into resource 2011-05-19 08:36:55 +01:00
description.py Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
files.py Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
methods.py _perform_form_overloading becomes transparent 2011-05-12 16:03:14 +01:00
package.py Add VERSION string 2011-03-17 08:51:26 +00:00
parsers.py Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
renderers.py Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
resources.py Sorting out resources. Doing some crazy magic automatic url resolving stuff. Yum. 2011-05-13 17:19:12 +01:00
response.py Move status codes into seperate module 2011-02-19 10:47:26 +00:00
reverse.py Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
status.py Move status codes into seperate module 2011-02-19 10:47:26 +00:00
throttling.py Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
validators.py Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
views.py Decouple views and resources 2011-05-04 09:21:17 +01:00