aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/resource.py
AgeCommit message (Expand)Author
2011-05-13cleanupTom 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-10Bits of cleanupTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-05-02emitters -> renderersTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie
2011-04-28emitters -> renderersTom Christie
2011-04-27Fix up ModelResource issuesTom Christie
2011-04-27Urg. Fixing broken mergeTom Christie
2011-04-27Fix up tests and examples after refactoringTom 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-11Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re...Tom Christie
2011-04-11CleanupTom 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-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com
2011-03-03Fix broken Vary headertom christie tom@tomchristie.com
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-15Added credits, fixed multipart forms and unicode output as per paul's bug rep...tom christie tom@tomchristie.com
2011-02-07Refactor a bunch of stuff into mixins, more teststom christie tom@tomchristie.com
2011-02-01Browser UA tests passingtom christie tom@tomchristie.com
2011-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com