aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Collapse)Author
2012-09-07Change browsable API base template to HTML5 doctype, required by Bootstrap.Alec Perkins
2012-09-07Rename the default token class to "BasicToken"Mjumbe Wawatu Poe
2012-09-07Use "Token" as the scheme for token authMjumbe Wawatu Poe
2012-09-07Create a key by default if none is specifiedMjumbe Wawatu Poe
2012-09-07Add a TokenAuthentication class in a sub-applicationMjumbe Wawatu Poe
2012-09-07Add basic serializer testsTom Christie
2012-09-07Remove dumbass meaningless testTom Christie
2012-09-07Add coverage to travis configTom Christie
2012-09-07Basic support for format suffixesTom Christie
2012-09-07Fix method overloadingTom Christie
2012-09-07Fixing up browseable API for rest framework 2Tom Christie
2012-09-07Optional login/logout tags so browseable API will work without requiring ↵Tom Christie
auth views
2012-09-07Tidy upTom Christie
2012-09-07Bits of cleanupTom Christie
2012-09-06Move settings stuff actually into settingsTom Christie
2012-09-06Move generic views into seperate moduleTom Christie
2012-09-06Add more settings to settings.pyTom Christie
2012-09-06Settings suppport importpathsTom Christie
2012-09-06Add support for request.authTom Christie
2012-09-06Refactoring some basicsTom Christie
2012-09-05Correct media type for jsonpTom Christie
2012-09-05Fix permission issuesTom Christie
2012-09-05Clean up runcoverageTom Christie
2012-09-05Minor tweaksTom Christie
2012-09-04Refactored throttlingTom Christie
2012-09-04Bits of cleanupTom Christie
2012-09-04Remove support for markdown<2.1Tom Christie
2012-09-04Remove some bits from utilsTom Christie
2012-09-03First pass at mixins & generic viewsTom Christie
2012-09-03View -> APIViewTom Christie
2012-09-03Fixes to APIViewTom Christie
2012-09-03Added format_suffix_patterns, and fix up settingsTom Christie
2012-09-03Added the api_view decoratorTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-09-03Support generatorsTom Christie
2012-09-02Remove mention of ImmediateResponseTom Christie
2012-09-01Docs tweak for first docs deploymentTom Christie
2012-09-01REST framework 2 docsTom Christie
2012-08-29Probably will be versioned as 2.0.0Tom Christie
2012-08-28Added serializers and fieldsTom Christie
2012-08-26Tweak docstringsTom Christie
2012-08-26Drop ImmediateResponseTom Christie
2012-08-26Add status codes as per RFC 6585Tom Christie
2012-08-26Remove 405 method not allowed ImmediateResponseTom Christie
2012-08-26Remove 415 ImmediateResponseTom Christie
2012-08-25Update url tagTom Christie
2012-08-25Removing 403 immediate responseTom Christie
2012-08-25Add ParseError (Removing ImmediateResponse)Tom Christie
2012-08-24Drop out resources & mixinsTom Christie
2012-08-24Remove PermissionsMixinTom Christie