aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-04-27merge 157Tom Christie
2011-04-27Docs impovementTom 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-26CSRF validation will only be applied to POST requests, so let's only load .RA...tom christie tom@tomchristie.com
2011-04-26tox can now use django 1.3 rather than 1.3-rc1. Huzzah.tom christie tom@tomchristie.com
2011-04-26simplejson no longer a requirement for python 2.5 (uses django's built in sim...tom christie tom@tomchristie.com
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-25tidy upTom Christie
2011-04-25Generic permissions added, allowed_methods and anon_allowed_methods now defun...Tom Christie
2011-04-11Remove some temporary debugging stuffTom Christie
2011-04-11depercate auth and content arguments to the request handler methods - yea :)Tom Christie
2011-04-11request.py -> mixins.pyTom Christie
2011-04-11Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re...Tom Christie
2011-04-11CleanupTom Christie
2011-04-11Even more validator tests passing after refactorTom Christie
2011-04-11Lots of validator tests passing after refactorTom Christie
2011-04-11TweakTom Christie
2011-04-11Refactoring of authentication/permissionsTom Christie
2011-04-11Remove last bits of ParserMixinTom Christie
2011-04-11Test cleanupTom Christie
2011-04-11method overloading tests passingTom Christie
2011-04-11form overloading tests passingTom Christie
2011-04-11More tests passingTom Christie
2011-04-11More tests passingTom Christie
2011-04-11More tests passingTom Christie
2011-04-11Start refactoring testsTom Christie
2011-04-11Start refactoring testsTom Christie
2011-04-08Thanks Carmen \!tom christie tom@tomchristie.com
2011-04-04Better error handling for Basic authentication. Catch exceptions that could b...Carmen Wick
2011-04-04Use cleaned_content instead of raw_content when generating a form instance fo...Carmen Wick
2011-04-04Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ...Tom Christie
2011-04-04Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ...Tom Christie
2011-04-03Temporarily roll back the streaming stufftom christie tom@tomchristie.com
2011-04-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com
2011-03-30Only use xmlrunner if running under hudsontom christie tom@tomchristie.com
2011-03-30Only use xmlrunner if running under hudsontom christie tom@tomchristie.com
2011-03-22Fix some examplesTom Christie
2011-03-20fixing compat with py25markotibold
2011-03-20fix compat with python 2.5markotibold
2011-03-20fixed bad naming of testenvmarkotibold
2011-03-20All should work fine now on jenkins. For some reason Tox with jenkins and env...markotibold
2011-03-20testing jenkinsmarkotibold
2011-03-20testing jenkinsmarkotibold
2011-03-20etsting jenkinsmarkotibold
2011-03-20Tetss pass locally as well as under the jenkins user on the ci, but when jeni...markotibold
2011-03-19oopsmarkotibold
2011-03-19Adding examples to tox. Appears quite useful cause some example tests are br...markotibold