django-rest-framework/djangorestframework
2011-06-26 01:34:52 +02:00
..
runtests deleted pre-Django 1.2 work-around and added a usage string. 2011-06-13 20:55:31 +02: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 On 403's no forms will be displayed anymore 2011-06-26 01:32:27 +02:00
templatetags Fixes github #17 2011-05-27 16:11:06 +01:00
tests Allow HEAD method 2011-06-25 14:53:48 +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 in url 2011-06-25 14:58:26 +01:00
mixins.py Allow related models to be fully serialized 2011-06-15 14:09:01 +01:00
models.py Revert unwanted checkin of models.py 2011-03-03 09:05:27 +00:00
parsers.py Very basic YAML support. Probably needs some tweaking, and definitely needs tests. 2011-06-26 01:34:52 +02:00
permissions.py Merge throttling and fix up a coupla things 2011-06-15 14:41:09 +01:00
renderers.py Very basic YAML support. Probably needs some tweaking, and definitely needs tests. 2011-06-26 01:34:52 +02:00
resources.py Try to be marginally less awful if we can't reverse resolve the URL for a model. TODO: Give up on even trying to do such black magic in the first place? 2011-06-25 17:13:32 +01:00
response.py Urg. Fixed bug in assigning headers 2011-06-25 16:13:58 +01:00
serializer.py Decimals are a protected_type - let's leave them up to the renderer to deal with 2011-06-21 23:01:41 +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 Merge throttling and fix up a coupla things 2011-06-15 14:41:09 +01:00