django-rest-framework/djangorestframework
Tom Christie 412b5fc2d5 Support for nesting resources etc...
--HG--
rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py
2011-06-14 18:22:13 +01:00
..
runtests made it possible to pass args to runtests to specify the Testcase, or more specifically the mtest_method to run. 2011-06-10 23:52: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 Fix query parameters getting lost 2011-05-31 14:40:30 +01:00
templatetags Fixes github #17 2011-05-27 16:11:06 +01:00
tests Support for nesting resources etc... 2011-06-14 18:22:13 +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 0.2.2 release 2011-06-13 18:15:03 +01:00
authentication.py Typo. Authenticat<i>on 2011-06-07 14:12:02 +01:00
compat.py The core is now documented from the docstrings in the source. 2011-05-19 19:36:30 +02:00
mixins.py Support for nesting resources etc... 2011-06-14 18:22:13 +01:00
models.py Revert unwanted checkin of models.py 2011-03-03 09:05:27 +00:00
parsers.py Removed unused imports 2011-06-09 16:27:45 +01:00
permissions.py Bits of cleaning up for the throttling 2011-06-14 11:08:29 +01:00
renderers.py Allow .form specified on view. Allow get_form, put_form, post_form. Add .PARAMS. 2011-05-27 14:40:19 +01:00
resources.py Support for nesting resources etc... 2011-06-14 18:22:13 +01:00
response.py tidy up last bits of renderer media type handling 2011-05-24 16:31:17 +01:00
serializer.py Support for nesting resources etc... 2011-06-14 18:22:13 +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 Support for nesting resources etc... 2011-06-14 18:22:13 +01:00