aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests
AgeCommit message (Expand)Author
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
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-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-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com
2011-03-17Add VERSION stringtom christie tom@tomchristie.com
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-02-19Move status codes into seperate moduletom christie tom@tomchristie.com
2011-02-19Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django...tom christie tom@tomchristie.com
2011-02-07Refactor a bunch of stuff into mixins, more teststom christie tom@tomchristie.com
2011-02-04Huge stack of refactoring getting stuff into Mixin classes, and loads of test...tom christie tom@tomchristie.com