Commit Graph

324 Commits

Author SHA1 Message Date
sebpiq
94199a4847 modified tests.__init__ so it also test module docstrings 2011-03-11 12:00:51 +02:00
sebpiq
b117f7bd45 added a test 2011-03-10 16:59:21 +02:00
sebpiq
2d8e4e056b documentation 2011-03-10 16:49:11 +02:00
sebpiq
26e10d0e3f removed useless stuff, request.POST and FILES not used + some doc 2011-03-10 16:03:46 +02:00
tom christie tom@tomchristie.com
d6e7e95d95 First pass at rolling the test running into the djangorestframework package 2011-03-10 08:58:34 +00:00
spiq
899233bf99 renamings + corrected a bug 2011-03-09 14:07:06 +02:00
spiq
d053cc892d corrected a small bug 2011-03-08 17:19:55 +02:00
spiq
2169c85dbb FomrParser now implements a work around for empty values in a list 2011-03-04 17:23:18 +02:00
spiq
033c0ae797 forms and multipat parsers now flaten data 2011-03-04 17:06:44 +02:00
spiq
91b33659b5 fix for PUT files 2011-03-04 12:28:20 +02:00
tom christie tom@tomchristie.com
30fd23d7f5 Revert unwanted checkin of models.py 2011-03-03 09:05:27 +00:00
tom christie tom@tomchristie.com
60206e5288 ./examples/modelresourceexample/models.py 2011-03-03 09:02:41 +00:00
tom christie tom@tomchristie.com
aad7eacce6 Ack. Use unicode not str in modelresource 2011-03-03 08:56:26 +00:00
tom christie tom@tomchristie.com
09a8b9627a Fix broken Vary header 2011-03-03 08:02:32 +00:00
tom christie tom@tomchristie.com
67c48f758f Fix kwargs in url conf to be more consistent, also fixes broken blog posts example (every blog post showed all comments) 2011-02-19 17:55:32 +00:00
tom christie tom@tomchristie.com
e4fff6ea6e Clean up the docs 2011-02-19 13:12:35 +00:00
tom christie tom@tomchristie.com
57b3a372f2 Move status codes into seperate module 2011-02-19 10:47:26 +00:00
tom christie tom@tomchristie.com
805aa03ec1 Yowzers. Final big bunch of refactoring for 0.1 release. Now support 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-19 10:26:27 +00:00
tom christie tom@tomchristie.com
b749b950a1 Added credits, fixed multipart forms and unicode output as per paul's bug reports. 2011-02-15 08:19:57 +00:00
tom christie tom@tomchristie.com
027ffed210 Refactor a bunch of stuff into mixins, more tests 2011-02-07 08:23:54 +00:00
tom christie tom@tomchristie.com
fcd7f414c4 Huge stack of refactoring getting stuff into Mixin classes, and loads of tests. Kickass. 2011-02-04 21:52:21 +00:00
tom christie tom@tomchristie.com
196c21f376 Browser UA tests passing 2011-02-01 21:16:34 +00:00
tom christie tom@tomchristie.com
e198165989 Tests for MSIE accept header munging 2011-02-01 21:05:49 +00:00
tom christie tom@tomchristie.com
42f2f9b40d Rename to django-rest-framework, get simpleexample working 2011-01-30 18:30:39 +00:00