django-rest-framework/examples
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
..
blogpost Support for nesting resources etc... 2011-06-14 18:22:13 +01:00
media Fix some examples 2011-03-22 22:48:59 +00:00
mixin emitters -> renderers 2011-05-02 19:49:12 +01:00
modelresourceexample Support for nesting resources etc... 2011-06-14 18:22:13 +01:00
objectstore Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
pygments_api Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
resourceexample Fix broken url naming in examples 2011-06-07 14:07:49 +01:00
sandbox Allow views to return HttpResponses. Add initial() hook method 2011-05-24 10:27:24 +01:00
__init__.py Sphinx docs, examples, lots of refactoring 2011-01-23 23:08:16 +00:00
manage.py Sphinx docs, examples, lots of refactoring 2011-01-23 23:08:16 +00:00
requirements.txt 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
runtests.py Stole some code from djangorestframework/runtests/runcoverage.py so that coverage is also implemented for the examples. Because Jenkins looks for a coverage.xml file for all defeined projects in tox.ini we need it to pass the tests. 2011-04-27 15:07:25 +02:00
settings.py Only use xmlrunner if running under hudson 2011-03-30 21:39:38 +01:00
urls.py Decouple views and resources 2011-05-04 09:21:17 +01:00