aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/modelresource.py
AgeCommit message (Collapse)Author
2011-03-03Ack. Use unicode not str in modelresourcetom 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-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-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com