| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-23 | Docstring tidy up | Tom Christie | |
| 2012-01-22 | Fix tests to work on all supported configurations. | Tom Christie | |
| 2012-01-21 | More consistent comment style. | Tom Christie | |
| 2012-01-21 | pep8/pyflakes cleanup | Tom Christie | |
| 2012-01-21 | get_ordering/get_queryset refactoring | Tom Christie | |
| 2012-01-21 | Merge https://github.com/mjumbewu/django-rest-framework | Tom Christie | |
| 2012-01-21 | Drop short status codes. | Tom Christie | |
| 2012-01-21 | Add test for PUT with session auth+csrf | Tom Christie | |
| 2012-01-20 | Add a get_object method to the ModelMixin, and tests | Mjumbe Wawatu Poe | |
| 2012-01-20 | Update the admin static files to handle the latest version of admin | Mjumbe Wawatu Poe | |
| 2012-01-19 | Merge pull request #130 from flashingpumpkin/master | Tom Christie | |
| Added an additional attribute `unknown_form_fields` to `FormResource` | |||
| 2012-01-19 | Turns out it was `self.fields` | Alen Mujezinovic | |
| 2012-01-19 | Added get_queryset method to ListModelMixin. | Chris Pickett | |
| This can be easily re-implemented in a view, to allow the user to take such things as request.user into account when creating the queryset. | |||
| 2012-01-19 | Renamed `unknown_form_fields` to `allow_unknown_form_fields` | Alen Mujezinovic | |
| 2012-01-18 | Docstring/whitespace fixes. | Ben Timby | |
| 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. | |||
| 2012-01-13 | py25, py26 along with Django12 can't handle assertDictEqual (it was introduced | Marko Tibold | |
| in py27) | |||
| 2012-01-13 | Got rid of more duplicate tests and put back the tests for #122. | Marko Tibold | |
| 2012-01-13 | split renderer and parser complex data test case | Michele Lazzeri | |
| 2012-01-12 | add testcate XMLRendererTestCase.test_render_and_parse_complex_data | Michele Lazzeri | |
| 2012-01-12 | correct complex data xml parsing | Michele Lazzeri | |
| 2012-01-11 | recursive xml parsing | Michele Lazzeri | |
| 2012-01-11 | recursive xml parsing | Michele Lazzeri | |
| 2012-01-11 | Revert "update author" | Michele Lazzeri | |
| This reverts commit f461acbaf28aa79d82cffaf65b886c3d884cc5f4. | |||
| 2012-01-11 | recursive xml parsing | Michele Lazzeri | |
| 2012-01-11 | Revert "update author" | Michele Lazzeri | |
| This reverts commit f461acbaf28aa79d82cffaf65b886c3d884cc5f4. | |||
| 2012-01-11 | update author | Michele Lazzeri | |
| 2012-01-11 | Replace 'x.has_key(y)' with 'y in x' | Tom Christie | |
| 2012-01-11 | Added test_ugettext_lazy test. Refs #87. | Tom Christie | |
| 2012-01-11 | Made suggested cleanups. Refs #121. | Tom Christie | |
| 2012-01-11 | Merge pull request #121 from sebpiq/issue-73 | Tom Christie | |
| Fixes #73. Thanks @sebpiq, @ekohl! | |||
| 2012-01-11 | Remove explicit handling of 'OPTIONS' method, just raise the response, ↵ | Tom Christie | |
| rather than returning it. | |||
| 2012-01-11 | Some minor tidy up | Tom Christie | |
| 2012-01-11 | Merge https://github.com/dzen/django-rest-framework | Tom Christie | |
| 2012-01-11 | Minor cleanup on ModelMixin | Tom Christie | |
| 2012-01-11 | Merge https://github.com/sebzur/django-rest-framework | Tom Christie | |
| 2012-01-11 | Refactor add_query_param to use URLObject. Refs #112. | Tom Christie | |
| 2012-01-11 | Replace tab with spaces. | Tom Christie | |
| 2012-01-11 | Use safe_dump. Fixes #123. | Tom Christie | |
| 2012-01-11 | fixes #122 | Marko Tibold | |
| tahanks @remcogerlich | |||
| 2012-01-10 | QueryMixin to ModelMixin rename. | Sebastian Żurek | |
| 2012-01-10 | fixed issue#73 and added a test | Sébastien Piquemal | |
| 2012-01-10 | Add test for final() method | Benoit C | |
| 2012-01-10 | Introduce a final methods in View class | Benoit C | |
| 2012-01-09 | Make a nested if flat | Ewoud Kohl van Wijngaarden | |
| This is a possible fix for issue #73. The problem occurs when the first if-statement is true, but the second is not. This results into the variable obj not being set. This commit solves it by removing that branch. | |||
| 2012-01-08 | QueryMixin class updates (comments + docs and the definition of ↵ | Sebastian Żurek | |
| get_instance_data method) | |||
| 2012-01-05 | Preserve existing query params in PaginatorMixin | Jamie Matthews | |
| Previously, generation of next/previous links would discard any existing query parameters. This commit introduces a dependency on URLObject, which is used to intelligently parse and modify URLs to ensure existing params are preserved. Addresses issues #107 | |||
| 2012-01-04 | #75 remove except statements which are overly broad in the exception they catch | Craig Blaszczyk | |
| 2012-01-04 | Don't raise when in compat mode, just pass. | Marko Tibold | |
