| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-03 | Alter CSRF exemption implementation | Piper Merriam | |
| The previous implementation of decorating `APIView.dispach` with the `csrf_exempt` decorator allowed for an easy-to-make mistake where someone could override the `dispatch` method on a view and inadvertantly remove the csrf exemption of their api view. By moving the decoration of the view into the `as_view` logic, it becomes much more difficult to make this mistake. | |||
| 2014-09-03 | Version 2.4.22.4.2 | Tom Christie | |
| 2014-09-03 | More test passing | Tom Christie | |
| 2014-09-03 | remove rogue print | Michał Jaworski | |
| 2014-09-03 | Use explicit many=True for object_serializer instantiation in ↵ | Michał Jaworski | |
| PaginationSerializer and add catch dummy 'many' kwarg on DefaultObjectSerializer | |||
| 2014-09-03 | Moved li tags inside `optional_login` | Carlton Gibson | |
| as per https://github.com/tomchristie/django-rest-framework/pull/1820#discussion_r16987993 | |||
| 2014-09-02 | Getting tests passing | Tom Christie | |
| 2014-09-02 | Add relations and get tests running | Tom Christie | |
| 2014-09-02 | Remove Login Dropdown when Auth Views are not registered. | Carlton Gibson | |
| Fixes #1738 | |||
| 2014-09-01 | Generator implementation of class mapping. | Timo Tuominen | |
| 2014-09-01 | Add utility function to match classes in dictionary. | Timo Tuominen | |
| 2014-09-01 | Traverse the method resolution order when mapping serializer fields. | Timo Tuominen | |
| 2014-09-01 | Add subclass matching to serializer field mapping. | Timo Tuominen | |
| 2014-09-01 | Merge pull request #1816 from carltongibson/regression-login-template | Carlton Gibson | |
| Regression for #1810: Test login view renders | |||
| 2014-09-01 | Version 2.4.12.4.1 | Tom Christie | |
| 2014-09-01 | Regression for #1810: Test login view renders | Carlton Gibson | |
| 2014-08-30 | Restore body block to base template. | Daniel Roseman | |
| 2014-08-29 | First pass | Tom Christie | |
| 2014-08-29 | Remove unused imports. | Tom Christie | |
| 2014-08-29 | `get_paginate_by` no longer takes optional `.queryset` | Tom Christie | |
| 2014-08-29 | Remove `.link()` and `.action()` decorators. | Tom Christie | |
| 2014-08-29 | Remove deprecated generic views. | Tom Christie | |
| `MultipleObjectAPIView` and `SingleObjectAPIView` are no longer required. | |||
| 2014-08-29 | Minor tidy up. | Tom Christie | |
| 2014-08-29 | Remove `.model` usage in tests. | Tom Christie | |
| Remove the shortcut `.model` view attribute usage from test cases. | |||
| 2014-08-29 | Remove `page_size` argument. | Tom Christie | |
| `paginate_queryset` no longer takes an optional `page_size` argument. | |||
| 2014-08-29 | Remove `pk_url_field`, `slug_url_field`, `slug_field`. | Tom Christie | |
| Closes #1773. | |||
| 2014-08-29 | Remove `allow_empty` | Tom Christie | |
| 2014-08-29 | Remove `allow_empty`. | Tom Christie | |
| Closes #1774. | |||
| 2014-08-29 | Remove `filter_backend`. | Tom Christie | |
| Closes #1775. | |||
| 2014-08-29 | 2.4 Release notes2.4.0 | Tom Christie | |
| 2014-08-29 | Merge pull request #1784 from tomchristie/remove-model-attribute | Tom Christie | |
| Deprecate `.model` attribute on views | |||
| 2014-08-28 | Validation errors in the rendered HTML fixed | Cezar Pendarovski | |
| 2014-08-27 | Put all TextNodes (method names) back to same line with parent element | Cezar Pendarovski | |
| 2014-08-25 | Merge remote-tracking branch 'upstream/master' into fix-1719 | Cezar Pendarovski | |
| Conflicts: rest_framework/templates/rest_framework/base.html | |||
| 2014-08-22 | Made all color declarations in bootstrap-tweaks.css consistent | Cezar Pendarovski | |
| 2014-08-22 | Fixed the issue with the non-draggable horizontal scrollbar | Cezar Pendarovski | |
| 2014-08-20 | Frameworks throws AssertionError saying you cannot set required=True and ↵ | Greg Doermann | |
| read_only=True on editable=False model fields. We should not make the field required if editable=False. | |||
| 2014-08-20 | Deprecate .model in related routers/permissions | Tom Christie | |
| 2014-08-20 | Merge branch 'master' into set-retry-after | Dmitry Mukhin | |
| Conflicts: tests/test_throttling.py | |||
| 2014-08-20 | Deprecate .model attribute on views | Tom Christie | |
| 2014-08-20 | Fix cache_throttle typo | Tom Christie | |
| 2014-08-19 | Drop six from compat. 1.4.2 is now the lowest supported version. | Tom Christie | |
| 2014-08-19 | Merge pull request #1778 from linovia/bugfix/1398 | Tom Christie | |
| Bugfix/1398 | |||
| 2014-08-19 | Resolve python3 linting issue | Tom Christie | |
| 2014-08-19 | Resolve linting issues | Tom Christie | |
| 2014-08-19 | Code linting and added runtests.py | Tom Christie | |
| 2014-08-19 | Merged #1398 against 2.4 branch. | Xavier Ordoquy | |
| 2014-08-19 | Merge master | Tom Christie | |
| 2014-08-19 | replace unicode call with force_text | Paul Oswald | |
| 2014-08-18 | Only set .action attribute in override_method if it already existed on the view | Tom Christie | |
