aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/emitters.py
AgeCommit message (Expand)Author
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie
2011-04-27Fix up ModelResource issuesTom Christie
2011-04-27Urg. Fixing broken mergeTom Christie
2011-04-27Urg. Fix broken merging.Tom Christie
2011-04-27Merge previous checkinsTom 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-11Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re...Tom Christie
2011-04-11Lots of validator tests passing after refactorTom Christie
2011-04-04Use cleaned_content instead of raw_content when generating a form instance fo...Carmen Wick
2011-04-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com
2011-02-19Clean up the docstom 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-07Refactor a bunch of stuff into mixins, more teststom christie tom@tomchristie.com
2011-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com