aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Expand)Author
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-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-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-18Coverage for all platforms working. Had some trouble with dependencies of cov...markotibold
2011-03-17Add VERSION stringtom christie tom@tomchristie.com
2011-03-17Test result graphing now possible for all 6 environments. Had to fix unittest...markotibold
2011-03-15Implementing graphing.markotibold
2011-03-13sebpiq's parser improvementsTom Christie
2011-03-13test refactoringTom Christie
2011-03-13tox, runcoverage, and setup.py testTom Christie
2011-03-11debug + tests for MultipartParsersebpiq
2011-03-11documentation + tests + debugging for formparserssebpiq
2011-03-11modified tests.__init__ so it also test module docstringssebpiq
2011-03-10added a testsebpiq
2011-03-10documentationsebpiq
2011-03-10removed useless stuff, request.POST and FILES not used + some docsebpiq
2011-03-10First pass at rolling the test running into the djangorestframework packagetom christie tom@tomchristie.com
2011-03-09renamings + corrected a bugspiq
2011-03-08corrected a small bugspiq
2011-03-04FomrParser now implements a work around for empty values in a listspiq