| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Merge pull request #43 from sebpiq/master | Tom Christie | |
| Corrected bug in serializers | |||
| 2011-07-05 | Support for creating objects with m2m relations | Fernando Zunino | |
| 2011-07-04 | Merge 3161475562c3a529389657f21813f91864b0787a into ↵ | GitHub Merge Button | |
| 2dc042f0cf3a3d6049a1d2641d99b9e10f691b35 | |||
| 2011-07-04 | debugged serializers | Sébastien Piquemal | |
| 2011-07-02 | Picky. :) | Tom Christie | |
| 2011-07-02 | Merge pull request #40 from ulmus/master | Tom Christie | |
| Added parsers.DEFAULT_PARSERS | |||
| 2011-07-02 | Merge 3e0a978dd97a55a5db072584a2bba639ed790b82 into ↵ | GitHub Merge Button | |
| 1885012d61c7ba78e78648ef2bff89e4337c0407 | |||
| 2011-07-02 | Fixed YAMLParser = None | Jens Alm | |
| 2011-07-02 | Merge 20c7e605c987bbfec23fbd305e71168b21672bec into ↵ | GitHub Merge Button | |
| 1885012d61c7ba78e78648ef2bff89e4337c0407 | |||
| 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 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Jens Alm | |
| Conflicts: djangorestframework/views.py Signed-off-by: Jens Alm <jens.alm@mac.com> | |||
| 2011-07-02 | .gitignore | Jens Alm | |
| 2011-07-02 | gitignore | Jens Alm | |
| 2011-07-02 | Set default renderers for views when yaml is not installed | Jens Alm | |
| Will use the renderer.DEFAULT_RENDERERS dict for determining available renderers in views.View to avoid a nonexistent renderer when yaml is not installed. Duplicates the behavior in parsers.DEFAULT_PARSERS | |||
| 2011-07-02 | Edited AUTHORS via GitHub | Tom Christie | |
| 2011-07-02 | Merge pull request #37 from fzunino/none-renderer-fix | Tom Christie | |
| Fix: Crash when yaml isn't installed. | |||
| 2011-07-02 | Merge 3b81453fd1e3f6570586dcedab16a52fdec577e6 into ↵ | GitHub Merge Button | |
| 83b47c4b766273f0691c0a81a373237867de75af | |||
| 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 | Tweak intro in README | Tom Christie | |
| 2011-07-01 | Merge hg-git ickyness | Tom Christie | |
| 2011-07-01 | Urg, force update after hg-git ickyness | Tom Christie | |
| 2011-07-01 | Try to force README.rst to rename | Tom Christie | |
| 2011-07-01 | Try to force README.rst to rename | Tom Christie | |
| --HG-- rename : README.rst => README | |||
| 2011-07-01 | Try to for README to rename | Tom Christie | |
| 2011-07-01 | Tweak | Tom Christie | |
| 2011-07-01 | Tweak | Tom Christie | |
| 2011-07-01 | Markup the README | Tom Christie | |
| --HG-- rename : README => README.rst | |||
| 2011-07-01 | Fix bitbucket issue 39. All further issues should be on github | Tom Christie | |
| 2011-07-01 | Mmm, unconvinced if this whole hg-git thing is a good plan... | Tom Christie | |
| 2011-07-01 | Merge 60cd5363ab1343260c4ed8322d2d26064d56c3d3 into ↵ | GitHub Merge Button | |
| 16d8c3255d549d410b04d86ab82d024ff2f79d66 | |||
| 2011-07-01 | merge | Tom Christie | |
| 2011-07-01 | Fix #36 | Tom Christie | |
| 2011-07-01 | Merge 60cd5363ab1343260c4ed8322d2d26064d56c3d3 into ↵ | GitHub Merge Button | |
| 8bafa01abd9bcc104aa413f09ab9505abb3526a2 | |||
| 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 ickyness | Tom Christie | |
| 2011-06-30 | Urg | Tom Christie | |
| 2011-06-30 | Ug | Tom Christie | |
| 2011-06-30 | Fixing merge mess of hg-git ickyness. | Tom Christie | |
| 2011-06-30 | Add astraw to AUTHORS | Tom Christie | |
| 2011-06-30 | merge from astraw | Tom Christie | |
| 2011-06-29 | Merge pull request #33 from astraw/master | Tom Christie | |
| bugfix for failed multipart parse on empty request | |||
| 2011-06-29 | Merge f6e4578656632c3a88b113c7349911a89a41bfea into ↵ | GitHub Merge Button | |
| d714901a60e848e5f3c9f178551fc287aae40f96 | |||
| 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 | |
