aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests
AgeCommit message (Expand)Author
2011-07-01pull in markos changes, minor tweaks to yaml stuffTom Christie
2011-06-30Tidy up oauth imports slightlyTom Christie
2011-06-28Pull in David's initial oauth testsTom Christie
2011-06-26Allow .json .html .xml style urls and also allow these formats to be specifie...Michael Fötsch
2011-06-25Adding tests for OAuth authentication through django-oauth-plus, a dedicated ...David Larlet
2011-06-25Allow HEAD methodTom Christie
2011-06-25Support for HEAD methodCarles Barrobés
2011-06-21Decimals are a protected_type - let's leave them up to the renderer to deal withTom Christie
2011-06-15Additional test for JSONTom Christie
2011-06-15Merge throttling and fix up a coupla thingsTom Christie
2011-06-15Allow related models to be fully serializedTom Christie
2011-06-14Support for nesting resources etc...Tom Christie
2011-06-14Bits of cleaning up for the throttlingTom Christie
2011-06-13implemeneted #28markotibold
2011-06-12Merge with 10e5aa19eecaec9be297dd8f090eb56c60089a6dmarkotibold
2011-06-12Fix file uploadsTom Christie
2011-06-11small fixmarkotibold
2011-06-11refactored and added new tests for per-user, per-view, and per-resource htrot...markotibold
2011-06-11* fixed `test_request_throttling_is_per_user` - it didn't make a request for ...markotibold
2011-06-11implemented per user throttlingmarkotibold
2011-06-10added some throttling tetst. Can't get per-user-throttling testing to work th...markotibold
2011-06-10Drop test_fail()Tom Christie
2011-06-09Returning the dict from `parse_qs` in `FormParser` fails on forms.Alen Mujezinovic
2011-06-08Nested tuples serialisation testAlen Mujezinovic
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-23name and descriptionTom Christie
2011-05-19data flattening needs to go into resourceTom Christie
2011-05-16validators tests -> resources testsTom Christie
2011-05-13Sorting out resources. Doing some crazy magic automatic url resolving stuff....Tom Christie
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-10More tests, getting new serialization into resourceTom Christie
2011-05-10renderer API workTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie
2011-04-28emitters -> renderersTom Christie
2011-04-27Urg. Fix broken merging.Tom Christie
2011-04-27Merge previous checkinsTom Christie
2011-04-27Inital pass at generic permissions, throttling etc.Tom Christie
2011-04-27Fix up tests and examples after refactoringTom Christie
2011-04-26Fixes #35 - Import json from django's built-in package (Does cleverness in de...tom christie tom@tomchristie.com
2011-04-25Fix some compat issues with json/simplejsonTom Christie
2011-04-25Generic permissions added, allowed_methods and anon_allowed_methods now defun...Tom Christie
2011-04-11depercate auth and content arguments to the request handler methods - yea :)Tom Christie
2011-04-11Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re...Tom Christie