aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-09-01Fix credits docTom Christie
2012-09-01Docs tweak for first docs deploymentTom Christie
2012-09-01Fix docs base URLTom Christie
2012-09-01Get docs ready to deployTom Christie
2012-09-01REST framework 2 docsTom Christie
2012-08-30Fix urlobject linkTom Christie
2012-08-29Remove travis while in pre-releaseTom Christie
2012-08-29README linking to docs properlyTom Christie
2012-08-29Adding travis configTom Christie
2012-08-29New docsTom Christie
2012-08-29Probably will be versioned as 2.0.0Tom Christie
2012-08-29Remove toxTom Christie
2012-08-29Remove examples (to be moved to a seperate project)Tom 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
2012-08-24Remove RequestMixinx / ReponseMixinTom Christie
2012-08-24Fix broken exampleTom Christie
2012-04-11Merge work from sebpiqTom Christie
2012-04-11Merge with masterTom Christie
2012-03-27Fix broken pygments test.Marko Tibold
2012-02-29Fixes broken permissions-example.Marko Tibold
2012-02-27Update docs/requirements.txtTom Christie
2012-02-25Fix broken testsTom Christie
2012-02-25Massive mergeTom Christie
2012-02-24Added @shawnlewis. Thanks!Tom Christie
2012-02-24Merge pull request #179 from shawnlewis/masterTom Christie
2012-02-23Fix for #178.Shawn Lewis
2012-02-23Test for issue #178.Shawn Lewis
2012-02-23updated docsSébastien Piquemal
2012-02-23fixed permissions examples + sanity testSébastien Piquemal
2012-02-23authentication refactor : request.user + tests passSébastien Piquemal
2012-02-23Version 0.4.0-devTom Christie
2012-02-23Remove unused 'staticviews'Tom Christie
2012-02-23Remove InstanceMixin auto-url magicks.Tom Christie
2012-02-23reverse takes request as a kwarg for compatibility with django's reverseTom Christie
2012-02-23merged + fixed broken testSébastien Piquemal
2012-02-23hack to fix ImmediateResponse renderingSébastien Piquemal
2012-02-22Properly catch MultiPartParserError during .parse()Tom Christie
2012-02-22Added @tschan. Thanks!Tom Christie
2012-02-22Merge pull request #176 from tschan/masterTom Christie
2012-02-22let the XML parser fail gracefully on malformed XMLCan Yavuz