aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-06-10Drop test_fail()Tom Christie
2011-06-10Merge flashingpumpkin's fixTom Christie
2011-06-10`bound_form.cleaned_data` already returns the file data if there was any.Alen Mujezinovic
2011-06-09Removed unused importsAlen Mujezinovic
2011-06-09Returning the dict from `parse_qs` in `FormParser` fails on forms.Alen Mujezinovic
2011-06-09Update AUTHORSTom Christie
2011-06-09Fix up the exampleTom Christie
2011-06-09fixed the blogpost-testsmarkotibold
2011-06-08Nested tuples serialisation testAlen Mujezinovic
2011-06-08Added possibility to specify what attributes of ForeignKeys and OneToOne fiel...Alen Mujezinovic
2011-06-08Fix example testsTom Christie
2011-06-08Update README (Mainly to test if pushing to github as wel as bitbucket is acu...Tom Christie
2011-06-07Ug. Remove crazy tests from blogposts exampleTom Christie
2011-06-07Update version for 0.2.0 bugfixesTom Christie
2011-06-07Typo. Authenticat<i>onTom Christie
2011-06-07Fix broken url naming in examplesTom Christie
2011-06-02More updating docs for 0.2Tom Christie
2011-06-02Updating docs for 0.2Tom Christie
2011-06-02Update README for 0.2Tom Christie
2011-06-02updating docs for 0.2Tom Christie
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 .PA...Tom Christie
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 u...Tom Christie
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 doc...markotibold
2011-05-16Getting rid of all errors and warnings that show up when building the docs, t...markotibold
2011-05-16validators tests -> resources testsTom Christie
2011-05-16Add utils to setup.py - see if the examples tests now passTom Christie