| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-20 | Remove old 'djangorestframework directories | Tom Christie | |
| 2012-09-18 | Initial resources code | Tom Christie | |
| 2012-08-24 | Drop out resources & mixins | Tom Christie | |
| 2012-02-25 | Massive merge | Tom Christie | |
| 2012-02-21 | Merge master into develop | Tom Christie | |
| 2012-02-21 | Merging master into develop | Tom Christie | |
| 2012-02-10 | made suggested fixes | Sébastien Piquemal | |
| 2012-02-07 | cleaned a bit Response/ResponseMixin code, added some documentation + ↵ | Sébastien Piquemal | |
| renamed ErrorResponse to ImmediateResponse | |||
| 2012-02-02 | Response as a subclass of HttpResponse - first draft, not quite there yet. | Sébastien Piquemal | |
| 2012-01-21 | pep8/pyflakes cleanup | Tom Christie | |
| 2012-01-19 | Turns out it was `self.fields` | Alen Mujezinovic | |
| 2012-01-19 | Renamed `unknown_form_fields` to `allow_unknown_form_fields` | Alen Mujezinovic | |
| 2012-01-17 | Documentation error. | Alen Mujezinovic | |
| 2012-01-17 | Added an additional attribute `unknown_form_fields` to `FormResource` | Alen Mujezinovic | |
| If the attribute is set to `True`, the validation method will not raise an `ErrorResponse` with status 400 but silently strip out unexpected fields on the form and only return the validated data. | |||
| 2011-12-30 | change the key name "field-errors" to "field_errors". | Michael Ding | |
| as "-" is not allowed as a part of key name in javascript | |||
| 2011-12-29 | whitespace fixes | Tom Christie | |
| 2011-08-04 | Merge pull request #57 from ulmus/master | Tom Christie | |
| Fixed documentstring misalign in ModelResource | |||
| 2011-07-27 | Fixed TypeError that occurs without request data. | Danilo Bargen | |
| If no request data gets sent, allowed_extra_fields is a set and can't be joined to a tuple using the + operator. | |||
| 2011-07-19 | Fixed misaligned documentation on ModelResource. | Jens Alm | |
| Added basic documentation for nested resources Signed-off-by: Jens Alm <jens.alm@mac.com> | |||
| 2011-07-19 | Fixed __init__ arguments on ModelResource | Jens Alm | |
| Signed-off-by: Jens Alm <jens.alm@mac.com> | |||
| 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-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-15 | Allow related models to be fully serialized | Tom Christie | |
| 2011-06-14 | Support for nesting resources etc... | Tom Christie | |
| --HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py | |||
| 2011-06-12 | Fix file uploads | Tom Christie | |
| 2011-06-10 | `bound_form.cleaned_data` already returns the file data if there was any. | Alen Mujezinovic | |
| `bound_form.files` returns a `MultiValueDict` which errors when passing `.CONTENT` into a model constructor. | |||
| 2011-06-08 | Added possibility to specify what attributes of ForeignKeys and OneToOne ↵ | Alen Mujezinovic | |
| fields to include via nested tuples | |||
| 2011-06-02 | Updating docs for 0.2 | Tom Christie | |
| 2011-05-27 | strip _accept when validating | Tom Christie | |
| 2011-05-27 | Allow .form specified on view. Allow get_form, put_form, post_form. Add ↵ | Tom Christie | |
| .PARAMS. | |||
| 2011-05-27 | forms/models can be set on the view as well as the resource | Tom Christie | |
| 2011-05-19 | The core is now documented from the docstrings in the source. | markotibold | |
| 2011-05-16 | validators tests -> resources tests | Tom Christie | |
| 2011-05-16 | Fixing some of the last blocking issues | Tom Christie | |
| 2011-05-16 | nested resources now working | Tom Christie | |
| 2011-05-13 | Docs on resources | Tom Christie | |
| 2011-05-13 | Sorting out resources. Doing some crazy magic automatic url resolving ↵ | Tom Christie | |
| stuff. Yum. | |||
| 2011-05-13 | cleanup | Tom Christie | |
