aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Collapse)Author
2011-03-17Add VERSION stringtom christie tom@tomchristie.com
2011-03-17Test 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-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
2011-03-04forms and multipat parsers now flaten dataspiq
2011-03-04fix for PUT filesspiq
2011-03-03Revert unwanted checkin of models.pytom christie tom@tomchristie.com
2011-03-03./examples/modelresourceexample/models.pytom christie tom@tomchristie.com
2011-03-03Ack. Use unicode not str in modelresourcetom christie tom@tomchristie.com
2011-03-03Fix broken Vary headertom christie tom@tomchristie.com
2011-02-19Fix 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-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 ↵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-15Added credits, fixed multipart forms and unicode output as per paul's bug ↵tom christie tom@tomchristie.com
reports.
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 ↵tom christie tom@tomchristie.com
tests. Kickass.
2011-02-01Browser UA tests passingtom christie tom@tomchristie.com
2011-02-01Tests for MSIE accept header mungingtom christie tom@tomchristie.com
2011-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com