| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-19 | Resolve linting issues | Tom Christie | |
| 2014-08-19 | Code linting and added runtests.py | Tom Christie | |
| 2014-08-18 | Only set .action attribute in override_method if it already existed on the view | Tom Christie | |
| 2014-08-18 | Merge pull request #1763 from fongandrew/patch-1 | Tom Christie | |
| override_method should substitute action | |||
| 2014-08-18 | Always uppercase X-Http-Method-Override methods. Closes #1718. | Tom Christie | |
| 2014-08-16 | Fixed action_map being pulled from wrong object | Andrew Fong | |
| 2014-08-16 | override_method should substitute action | Andrew Fong | |
| A view's action is dependent on the request method. When overriding the method (e.g. to generate a form for a POST request on a GET call to the browseable API), the action should be updated as well. Otherwise, viewset functions may be in a weird limbo state where a 'list' action has a POST method. | |||
| 2014-03-22 | Fixed encoding parameter in QueryDict | Daniel Kontsek | |
| 2014-01-17 | Merge pull request #1361 from ross/x_method_override | Tom Christie | |
| always obey X-HTTP-METHOD-OVERRIDE header | |||
| 2014-01-17 | always obey X-HTTP-METHOD-OVERRIDE header | Ross McFarland | |
| required to support old flash/flex clients that need to do everything as GET requests (apparently to allow for any error handlings) | |||
| 2014-01-09 | Merge pull request #1341 from fredrikmollerstrand/docstring-typo-fix | Tom Christie | |
| fix docstring typos. | |||
| 2014-01-09 | fix docstring typos. | Fredrik Möllerstrand | |
| 2013-12-09 | Catch and mask ParseErrors that occur during rendering of the BrowsableAPI. | Tom Christie | |
| 2013-12-03 | Catch errors during parsing and set empty .DATA/.FILES before re-raising. | Tom Christie | |
| 2013-10-24 | Fixed UnicodeEncodeError when POST JSON via web interface; added test | alexanderlukanin13 | |
| 2013-08-29 | Add `override_method` context manager and cleanup. | Tom Christie | |
| 2013-06-29 | Added APIClient.authenticate() | Tom Christie | |
| 2013-06-03 | request.user should be still be accessible in renderer context if ↵ | Tom Christie | |
| authentication fails | |||
| 2013-04-25 | Cleanup docstrings | Tom Christie | |
| 2013-03-12 | Only honor X-HTTP-Method-Override for POST requests. | Tom Christie | |
| 2013-03-04 | Modified to allow form overloading to take precedence over header. | Dave Kuhn | |
| 2013-03-03 | Support for X-HTTP-Method-Override header | Dave Kuhn | |
| 2013-02-14 | request.DATA should use empty QueryDict for no data, not None. | Tom Christie | |
| 2013-02-14 | Fix broken clone_request | Tom Christie | |
| 2013-02-10 | Fix incorrect 401 vs 403 response, if lazy authentication has not taken place. | Tom Christie | |
| 2013-02-04 | Deal with parser encodings properly | Tom Christie | |
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-02-01 | Py3k cleanup | Tom Christie | |
| 2013-02-01 | Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵ | Tom Christie | |
| working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py | |||
| 2013-01-07 | Merged to latest master | Tom Christie | |
| 2013-01-03 | Move the various compat things to the compat module. | Xavier Ordoquy | |
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2012-12-20 | Added setter to the auth property | Mark Hughes | |
| 2012-11-24 | Added setter to user property | Mark Hughes | |
| 2012-11-23 | 52 tests passing. Refactored a few string / byte io. | Xavier Ordoquy | |
| 2012-11-22 | 6 first tests passes under python 3.2 | Xavier Ordoquy | |
| 2012-11-22 | First passing test under p3k \o/ | Xavier Ordoquy | |
| 2012-11-13 | Implementing 401 vs 403 responses | Tom Christie | |
| 2012-10-27 | pep8 | Tom Christie | |
| 2012-10-17 | Make settings consistent with corrosponding view attributes | Tom Christie | |
| 2012-10-17 | Negotiation API finalized. .select_renderers and .select_parsers | Tom Christie | |
| 2012-10-17 | Added `media_type` to `.parse()` - Consistency with renderer API. | Tom Christie | |
| 2012-10-17 | parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` ↵ | Tom Christie | |
| and `upload_handlers`) Consistency with renderer API. | |||
| 2012-10-15 | Tweak parsers to take parser_context | Tom Christie | |
| 2012-10-13 | Improve documentation for Requests | Tom Christie | |
| 2012-10-09 | Fix browseable API form display error for authenticated permissions | Tom Christie | |
| 2012-10-08 | Fix issue where required fields were not being properly validated. Also ↵ | Tom Christie | |
| make model fields with a default value be not required | |||
| 2012-10-08 | Fix fiddly content-overloading bug | Tom Christie | |
| 2012-10-05 | Remove Parser.can_handle_request() | Tom Christie | |
| 2012-09-28 | Remove support for doctests | Tom Christie | |
