| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-02 | proper manifest. setup groks version from __init__ | Tom Christie | |
| 2011-04-26 | CSRF validation will only be applied to POST requests, so let's only load ↵ | tom christie tom@tomchristie.com | |
| .RAW_CONTENT in those cases | |||
| 2011-04-26 | Fixes #35 - Import json from django's built-in package (Does cleverness in ↵ | tom christie tom@tomchristie.com | |
| determing best lib to use) | |||
| 2011-04-04 | Better error handling for Basic authentication. Catch exceptions that could ↵ | Carmen Wick | |
| be thrown due to malformed input | |||
| 2011-04-04 | Use cleaned_content instead of raw_content when generating a form instance ↵ | Carmen Wick | |
| for the DocumentingTemplateEmitter. This allows the form to be prepopulated with the resource's existing values. | |||
| 2011-04-04 | Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ↵ | Tom Christie | |
| it. It's really not at all obvious if we need to byte limit the stream that we hand over or not. | |||
| 2011-04-04 | Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ↵ | Tom Christie | |
| it. It's really not at all obvious if we need to byte limit the stream that we hand over or not. | |||
| 2011-04-03 | Temporarily roll back the streaming stuff | tom christie tom@tomchristie.com | |
| 2011-04-02 | Refactor to use self.CONTENT to access request body. Get file upload working | tom christie tom@tomchristie.com | |
| 2011-03-30 | Only use xmlrunner if running under hudson | tom christie tom@tomchristie.com | |
| 2011-03-18 | Coverage for all platforms working. Had some trouble with dependencies of ↵ | markotibold | |
| coverage of python-dev for the various platforms. | |||
| 2011-03-17 | Add VERSION string | tom christie tom@tomchristie.com | |
| 2011-03-17 | Test result graphing now possible for all 6 environments. Had to fix ↵ | markotibold | |
| unittest-xml-reporting to work for both 1.2 and 1.3 to achieve this. The fix is reported to the owner of the project. | |||
| 2011-03-15 | Implementing graphing. | markotibold | |
| 2011-03-13 | sebpiq's parser improvements | Tom Christie | |
| 2011-03-13 | test refactoring | Tom Christie | |
| 2011-03-13 | tox, runcoverage, and setup.py test | Tom Christie | |
| 2011-03-11 | debug + tests for MultipartParser | sebpiq | |
| 2011-03-11 | documentation + tests + debugging for formparsers | sebpiq | |
| 2011-03-11 | modified tests.__init__ so it also test module docstrings | sebpiq | |
| 2011-03-10 | added a test | sebpiq | |
| 2011-03-10 | documentation | sebpiq | |
| 2011-03-10 | removed useless stuff, request.POST and FILES not used + some doc | sebpiq | |
| 2011-03-10 | First pass at rolling the test running into the djangorestframework package | tom christie tom@tomchristie.com | |
| 2011-03-09 | renamings + corrected a bug | spiq | |
| 2011-03-08 | corrected a small bug | spiq | |
| 2011-03-04 | FomrParser now implements a work around for empty values in a list | spiq | |
| 2011-03-04 | forms and multipat parsers now flaten data | spiq | |
| 2011-03-04 | fix for PUT files | spiq | |
| 2011-03-03 | Revert unwanted checkin of models.py | tom christie tom@tomchristie.com | |
| 2011-03-03 | ./examples/modelresourceexample/models.py | tom christie tom@tomchristie.com | |
| 2011-03-03 | Ack. Use unicode not str in modelresource | tom christie tom@tomchristie.com | |
| 2011-03-03 | Fix broken Vary header | tom christie tom@tomchristie.com | |
| 2011-02-19 | Fix kwargs in url conf to be more consistent, also fixes broken blog posts ↵ | tom christie tom@tomchristie.com | |
| example (every blog post showed all comments) | |||
| 2011-02-19 | Clean up the docs | tom christie tom@tomchristie.com | |
| 2011-02-19 | Move status codes into seperate module | tom christie tom@tomchristie.com | |
| 2011-02-19 | Yowzers. Final big bunch of refactoring for 0.1 release. Now support ↵ | tom christie tom@tomchristie.com | |
| Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now. | |||
| 2011-02-15 | Added credits, fixed multipart forms and unicode output as per paul's bug ↵ | tom christie tom@tomchristie.com | |
| reports. | |||
| 2011-02-07 | Refactor a bunch of stuff into mixins, more tests | tom christie tom@tomchristie.com | |
| 2011-02-04 | Huge stack of refactoring getting stuff into Mixin classes, and loads of ↵ | tom christie tom@tomchristie.com | |
| tests. Kickass. | |||
| 2011-02-01 | Browser UA tests passing | tom christie tom@tomchristie.com | |
| 2011-02-01 | Tests for MSIE accept header munging | tom christie tom@tomchristie.com | |
| 2011-01-30 | Rename to django-rest-framework, get simpleexample working | tom christie tom@tomchristie.com | |
