aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Collapse)Author
2011-06-13implemeneted #28markotibold
2011-06-130.2.2 releaseTom Christie
2011-06-12Merge with 10e5aa19eecaec9be297dd8f090eb56c60089a6dmarkotibold
2011-06-12Fix file uploadsTom Christie
2011-06-11* implemented Tom's nice config string for the trotlle rate e.g. '3/sec'markotibold
* We now have per-user, per-view and per-resource throttling * Added a new exxception class as a convenience to detect pointless throttles * refactored
2011-06-11small fixmarkotibold
2011-06-11refactored and added new tests for per-user, per-view, and per-resource ↵markotibold
htrottling
2011-06-11* fixed `test_request_throttling_is_per_user` - it didn't make a request for ↵markotibold
the 2nd user * implemented per_resource_throttling + test needs refactoring
2011-06-11implemented per user throttlingmarkotibold
(commit to permissions.py fixes a bug that came out of the unittest)
2011-06-11implemented testing of per user throttlingmarkotibold
2011-06-10added some throttling tetst. Can't get per-user-throttling testing to work ↵markotibold
though. :( any help?
2011-06-10made it possible to pass args to runtests to specify the Testcase, or more ↵markotibold
specifically the mtest_method to run.
2011-06-10Drop test_fail()Tom Christie
2011-06-10`bound_form.cleaned_data` already returns the file data if there was any.Alen Mujezinovic
`bound_form.files` returns a `MultiValueDict` which errors when passing `.CONTENT` into a model constructor.
2011-06-09Removed unused importsAlen Mujezinovic
2011-06-09Returning the dict from `parse_qs` in `FormParser` fails on forms.Alen Mujezinovic
Use `QueryDict` instead to return a value that is compatible with forms.
2011-06-08Nested tuples serialisation testAlen Mujezinovic
2011-06-08Added possibility to specify what attributes of ForeignKeys and OneToOne ↵Alen Mujezinovic
fields to include via nested tuples
2011-06-07Update version for 0.2.0 bugfixesTom Christie
2011-06-07Typo. Authenticat<i>onTom Christie
2011-06-02Updating docs for 0.2Tom Christie
2011-06-02pull in -dev as 0.2.0Tom 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-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-16validators tests -> resources testsTom 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.