| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-19 | Revert "Added pagination mixin. Need to write tests" | Tom Christie | |
| This reverts commit 1eb2dfcc3a84deb21aeae5a427cc8b11f578c00c. | |||
| 2011-07-19 | Revert "Now throws a 404 if page isn't an int" | Tom Christie | |
| This reverts commit ae059c78dad9424ce292217b473881037812104f. | |||
| 2011-07-19 | Revert pagination stuff | Tom Christie | |
| This reverts commit d1af04969854433b56ddd002fbb35a956700c4c2. | |||
| 2011-07-19 | Added tests for pagination | Tom Drummond | |
| 2011-07-19 | Now throws a 404 if page isn't an int | Tom Drummond | |
| 2011-07-19 | Added pagination mixin. Need to write tests | Tom Drummond | |
| 2011-07-19 | Fixed __init__ arguments on ModelResource | Jens Alm | |
| Signed-off-by: Jens Alm <jens.alm@mac.com> | |||
| 2011-07-15 | More tests for overloaded json requests and normal json requests | Tom Drummond | |
| 2011-07-15 | Added more tests related to request.POST and request.DATA | Tom Drummond | |
| 2011-07-15 | Added tests to ensure you can access request.POST with ↵ | Tom Drummond | |
| UserLoggedInAuthentication | |||
| 2011-07-13 | Test for serialitation of dictionaries with keys that collide with | garciasolero | |
| dictionary method names | |||
| 2011-07-13 | Improve coverage reporting | Tom Christie | |
| 2011-07-11 | typo in test | Tom Christie | |
| 2011-07-11 | Merge pull request #46 from jakul/m2m_create_through | Tom Christie | |
| Update to existing pull request "Support for creating objects with m2m relationsM2m" | |||
| 2011-07-11 | Merge pull request #44 from fzunino/m2m_create | Tom Christie | |
| Support for creating objects with m2m relations | |||
| 2011-07-08 | remove hardcoded model._meta.many_to_many[0]; update mixin tests to test ↵ | Craig Blaszczyk | |
| with 0, 1, or multiple groups | |||
| 2011-07-08 | update mixin to work with m2m data using a through field, by storing the ↵ | Craig Blaszczyk | |
| name of the field and manually creating an object in the related table | |||
| 2011-07-08 | add unit tests which show m2m creation failing for through table | Craig Blaszczyk | |
| 2011-07-07 | Tests for CreateModelMixin (unit and integration test via ↵ | Fernando Zunino | |
| ListOrCreateModelView). | |||
| 2011-07-06 | fixed a bug in serializers | Sébastien Piquemal | |
| 2011-07-06 | now cleans data from parameters used for overloads | Sébastien Piquemal | |
| 2011-07-05 | Support for creating objects with m2m relations | Fernando Zunino | |
| 2011-07-04 | debugged serializers | Sébastien Piquemal | |
| 2011-07-02 | Picky. :) | Tom Christie | |
| 2011-07-02 | Fixed YAMLParser = None | Jens Alm | |
| 2011-07-02 | Sloppy copy-pasting... | Jens Alm | |
| 2011-07-02 | parsers.DEFAULT_PARSERS added to be consistent with renderers.DEFAULT_RENDERERS | Jens Alm | |
| 2011-07-02 | Fix: Crash when yaml isn't installed. | Fernando Zunino | |
| 2011-07-02 | Typo | Tom Christie | |
| 2011-07-01 | pull in markos changes, minor tweaks to yaml stuff | Tom Christie | |
| 2011-07-01 | Fix bitbucket issue 39. All further issues should be on github | Tom Christie | |
| 2011-07-01 | merge | Tom Christie | |
| 2011-07-01 | Fix #36 | Tom Christie | |
| 2011-07-01 | FIX: ModelViews can have Resources whose models have unique fields. | Fernando Zunino | |
| ReadModelMixin and UpdateModelMixin store model instance as a property. This allows ModelResource to bind the ModelForm using the model instance making the form validate the input data against the model instance and not a brand new instance. When the latter happened and the model used unique fields, the form validation failed whenever a PUT was maintaining the previuos value of the unique field. | |||
| 2011-06-30 | Tidy up oauth imports slightly | Tom Christie | |
| 2011-06-30 | merge from astraw | Tom Christie | |
| 2011-06-29 | return 400 BAD REQUEST rather than Django traceback/500 error on failed ↵ | Andrew Straw | |
| multipart parse | |||
| 2011-06-28 | Pull in David's initial oauth tests | Tom Christie | |
| 2011-06-27 | Remove erronous traceback | Tom Christie | |
| 2011-06-26 | Allow .json .html .xml style urls and also allow these formats to be ↵ | Michael Fötsch | |
| specified in a "?format=..." query string. | |||
| 2011-06-26 | Very basic YAML support. Probably needs some tweaking, and definitely needs ↵ | markotibold | |
| tests. | |||
| 2011-06-26 | Very basic YAML support. Probably needs some tweaking, and definitely needs ↵ | markotibold | |
| tests. | |||
| 2011-06-26 | On 403's no forms will be displayed anymore | markotibold | |
| 2011-06-25 | Smaller version in the header | markotibold | |
| 2011-06-25 | Adding tests for OAuth authentication through django-oauth-plus, a dedicated ↵ | David Larlet | |
| example project is still missing though | |||
| 2011-06-25 | Try to be marginally less awful if we can't reverse resolve the URL for a ↵ | Tom Christie | |
| model. TODO: Give up on even trying to do such black magic in the first place? | |||
| 2011-06-25 | Urg. Fixed bug in assigning headers | Tom Christie | |
| 2011-06-25 | Typo in url | Tom Christie | |
| 2011-06-25 | Allow HEAD method | Tom Christie | |
| 2011-06-25 | Support for HEAD method | Carles Barrobés | |
