django-rest-framework/djangorestframework
Jens Alm 7ee1bbecc6 Set default renderers for views when yaml is not installed
Will use the renderer.DEFAULT_RENDERERS dict for determining available renderers in views.View to avoid a nonexistent renderer when yaml is not installed. Duplicates the behavior in parsers.DEFAULT_PARSERS
2011-07-02 18:38:55 +02:00
..
runtests Tidy up oauth imports slightly 2011-06-30 08:52:55 +01:00
static Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now. 2011-02-19 10:26:27 +00:00
templates pull in markos changes, minor tweaks to yaml stuff 2011-07-01 17:44:08 +01:00
templatetags Fixes github #17 2011-05-27 16:11:06 +01:00
tests pull in markos changes, minor tweaks to yaml stuff 2011-07-01 17:44:08 +01:00
utils Renderers can now cope with parameterised args. ResponseMixin gets cleaned up & added Renderer.can_handle_response(), mirroring Parsers.can_handle_request() 2011-05-24 13:29:30 +01:00
__init__.py Version 0.2.3 2011-06-15 14:41:53 +01:00
authentication.py Typo. Authenticat<i>on 2011-06-07 14:12:02 +01:00
compat.py Typo 2011-07-02 04:33:47 -07:00
mixins.py merge 2011-07-01 11:31:04 +01:00
models.py Revert unwanted checkin of models.py 2011-03-03 09:05:27 +00:00
parsers.py Set default renderers for views when yaml is not installed 2011-07-02 18:38:55 +02:00
permissions.py Merge throttling and fix up a coupla things 2011-06-15 14:41:09 +01:00
renderers.py pull in markos changes, minor tweaks to yaml stuff 2011-07-01 17:44:08 +01:00
resources.py FIX: ModelViews can have Resources whose models have unique fields. 2011-07-01 03:32:04 -03:00
response.py Urg. Fixed bug in assigning headers 2011-06-25 16:13:58 +01:00
serializer.py Fix bitbucket issue 39. All further issues should be on github 2011-07-01 12:29:42 +01:00
status.py More tests, getting new serialization into resource 2011-05-10 16:01:58 +01:00
urls.py Decouple views and resources 2011-05-04 09:21:17 +01:00
views.py Set default renderers for views when yaml is not installed 2011-07-02 18:38:55 +02:00