aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/views.py
AgeCommit message (Collapse)Author
2011-12-12Typo.Tom Christie
2011-12-09Merge meurig's absolute_url fix.Tom Christie
2011-10-31whitespace fixMeurig Freeman
2011-10-31make use of original prefix when generating absolute urlsMeurig Freeman
2011-07-30Added support for OPTIONS method, including a few unit testsCarles Barrobés
2011-07-22Whitespace tweaksTom Christie
2011-07-22Whitespace tweakTom Christie
2011-07-02parsers.DEFAULT_PARSERS added to be consistent with renderers.DEFAULT_RENDERERSJens Alm
2011-07-02Fix: Crash when yaml isn't installed.Fernando Zunino
2011-06-26Very basic YAML support. Probably needs some tweaking, and definitely needs ↵markotibold
tests.
2011-06-15Merge throttling and fix up a coupla thingsTom Christie
2011-06-14Support for nesting resources etc...Tom Christie
--HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py
2011-06-13implemeneted #28markotibold
2011-06-07Typo. Authenticat<i>onTom Christie
2011-05-27Allow .form specified on view. Allow get_form, put_form, post_form. Add ↵Tom Christie
.PARAMS.
2011-05-27forms/models can be set on the view as well as the resourceTom Christie
2011-05-24tidy up last bits of renderer media type handlingTom Christie
2011-05-24Renderers can now cope with parameterised args. ResponseMixin gets cleaned ↵Tom Christie
up & added Renderer.can_handle_response(), mirroring Parsers.can_handle_request()
2011-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-23check in marko's docsTom Christie
2011-05-23name and descriptionTom Christie
2011-05-19The core is now documented from the docstrings in the source.markotibold
2011-05-17All top level modules are included. Ready for diving into the modules and ↵markotibold
documenting/ enhancing already existing docs.
2011-05-13Sorting out resources. Doing some crazy magic automatic url resolving ↵Tom Christie
stuff. Yum.
2011-05-13cleanupTom Christie
2011-05-12_perform_form_overloading becomes transparentTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-10renderer API workTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-02-19Yowzers. Final big bunch of refactoring for 0.1 release. Now support ↵tom christie tom@tomchristie.com
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.