| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-05 | Remove `MergeDict` | Egor Yurtaev | |
| The class MergeDict is deprecated and will be removed in Django 1.9 | |||
| 2015-02-17 | Fixes for latest pep8 updates. Refs #2563. | Tom Christie | |
| 2015-02-09 | Merge master | Tom Christie | |
| 2015-02-09 | Py3 compat fix | Tom Christie | |
| 2015-02-09 | Fix misleading AttributeErrors | Tom Christie | |
| 2015-02-06 | Upgrade pending deprecations to deprecations | Tom Christie | |
| 2015-01-27 | Clone the versioning_scheme when necessary. Fixes #2477 | Brandon Cazander | |
| 2015-01-26 | Set a version attribute on cloned requests if necessary. | Brandon Cazander | |
| 2015-01-24 | Use enhanced request when cloning requests for checking permissions on other ↵ | Brandon Cazander | |
| methods. Fixes #2455 | |||
| 2014-12-17 | Ensure request.auth is available to response middleware. | Tom Christie | |
| 2014-12-17 | Merge pull request #2155 from martinmaillard/set-user-on-wrapped-request | Tom Christie | |
| Set authenticated user on wrapped request | |||
| 2014-12-04 | Removed custom StringIO, force_text, smart_text compat | Tymur Maryokhin | |
| 2014-11-28 | Set user on wrapped request | Martin Maillard | |
| 2014-11-25 | request.DATA, request.FILES -> request.data | Tom Christie | |
| 2014-11-05 | Copy accepted_renderer and accepted_media_type when cloing a request. Closes ↵ | Tom Christie | |
| #1950. | |||
| 2014-10-08 | More gradual deprecation | Tom Christie | |
| 2014-09-26 | request.data attribute | Tom Christie | |
| 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 | |
