aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-06-02pull in -dev as 0.2.0Tom Christie
2011-06-02point to django-rest-framework.org as the homepage, point to pypi for downloadsTom Christie
2011-06-02merge from githubTom Christie
2011-06-02Add sdist info to READMETom Christie
2011-06-02proper manifest. setup groks version from __init__Tom Christie
2011-05-31Fix query parameters getting lostTom Christie
2011-05-27strip _accept when validatingTom Christie
2011-05-27Fixes github #17Tom 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-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-24Fix up breadcrumbs to only breadcrumb for REST framework ViewsTom Christie
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-19Merge in marko's doc markupTom Christie
2011-05-19data flattening needs to go into resourceTom Christie
2011-05-18Most of the actual work so far has been markup really.markotibold
2011-05-17Better do this before I forgetTom Christie
2011-05-17Merge Marko's doc improvements.Tom Christie
2011-05-17Remove validators (logic into resources)Tom Christie
2011-05-17Added Alex Ehlke to AUTHORSTom Christie
2011-05-17Nicely marked up source code.markotibold
2011-05-17All top level modules are included. Ready for diving into the modules and ↵markotibold
documenting/ enhancing already existing docs.
2011-05-16Getting rid of all errors and warnings that show up when building the docs, ↵markotibold
to make a clean start with the library documentation . --HG-- rename : docs/library/authenticators.rst => docs/library/authentication.rst rename : docs/library/emitters.rst => docs/library/renderers.rst
2011-05-16validators tests -> resources testsTom Christie
2011-05-16Add utils to setup.py - see if the examples tests now passTom Christie
2011-05-16blogpost/views no longer neededTom Christie
2011-05-16Fixing some of the last blocking issuesTom Christie
2011-05-16nested resources now workingTom Christie
2011-05-13Ensure there is always a resource attribute setTom Christie
2011-05-13Docs on resourcesTom Christie
2011-05-13Sorting out resources. Doing some crazy magic automatic url resolving ↵Tom Christie
stuff. Yum.
2011-05-13cleanupTom Christie
2011-05-12Merge pull request #1 from vitormazzi/mastertomchristie
Small change to setup.py, "pip installable" directly from the repository now.
2011-05-12_perform_form_overloading becomes transparentTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-10More tests, getting new serialization into resourceTom Christie
2011-05-10Bits of cleanupTom Christie
2011-05-10Bits of cleanupTom Christie
2011-05-10Rename resource to view in few remaining places in renderers (because that's ↵Tom Christie
what it now is)
2011-05-10renderer API workTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-05-02emitters -> renderersTom Christie