django-rest-framework/djangorestframework
2011-08-15 14:59:24 +01:00
..
runtests Improve coverage reporting 2011-07-13 12:37:52 +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 change flag default for backwards compatibility 2011-07-29 13:04:22 +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 remove print 2011-07-22 14:23:39 +01:00
authentication.py make CSRF check optional on POST requests 2011-07-26 12:58:03 +01:00
builtins.py allow primary key to be non-numeric 2011-08-15 14:59:24 +01:00
compat.py Typo 2011-07-02 04:33:47 -07:00
mixins.py update form to have access to the request object 2011-08-09 16:52:19 +01:00
models.py Revert unwanted checkin of models.py 2011-03-03 09:05:27 +00:00
parsers.py Picky. :) 2011-07-02 10:37:51 -07:00
permissions.py change text of PERMISSION_DENIED response 2011-07-26 12:10:54 +01:00
renderers.py remove print 2011-07-22 14:23:39 +01:00
resources.py update form to have access to the request object 2011-08-09 16:52:19 +01:00
response.py Urg. Fixed bug in assigning headers 2011-06-25 16:13:58 +01:00
serializer.py update list URL to not match instead of the change url 2011-07-22 14:35:05 +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 parsers.DEFAULT_PARSERS added to be consistent with renderers.DEFAULT_RENDERERS 2011-07-02 19:03:26 +02:00