| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-05 | Moved OAuth support out of DRF and into a separate package, per #1767 | Jharrod LaFon | |
| 2014-09-05 | Remove order_by from AutoFilterSet | José Padilla | |
| 2014-09-05 | Merge pull request #1834 from piotrjakimiak/master | Tom Christie | |
| Fix returning None when allow_none is True in CharField | |||
| 2014-09-05 | Use Serializer instead of ModelSerializer | Piotr Jakimiak | |
| 2014-09-05 | Merge pull request #1829 from cezar77/login-form-errors | Tom Christie | |
| Display validation errors on login form | |||
| 2014-09-05 | Remove light gray bordering from the well with general message error | Cezar Pendarovski | |
| 2014-09-05 | Fix comment | Piotr Jakimiak | |
| 2014-09-05 | Fix returning None when allow_none is True in CharField | Piotr Jakimiak | |
| 2014-09-05 | Place general error message in well | Cezar Pendarovski | |
| 2014-09-05 | Change bootstrap class warning to error | Cezar Pendarovski | |
| 2014-09-05 | Merge pull request #1820 from carltongibson/login-dropdown | Tom Christie | |
| Hide login link in browsable API if the login view is not registered. | |||
| 2014-09-05 | Input fields get hightlighted if login fails and username is persisted | Cezar Pendarovski | |
| 2014-09-04 | General message error goes above submit button | Cezar Pendarovski | |
| 2014-09-04 | Error messages are displayed below the input fields | Cezar Pendarovski | |
| 2014-09-04 | Display validation errors on login form | Cezar Pendarovski | |
| 2014-09-04 | Prefer `format` and use named blocks | Carlton Gibson | |
| 2014-09-03 | Using user.get_username() instead of user.username. | dpanesso | |
| This solves an error when using a auth model that does not have a username field. | |||
| 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 | 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 | Remove Login Dropdown when Auth Views are not registered. | Carlton Gibson | |
| Fixes #1738 | |||
| 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 | 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 | 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-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 | Merge pull request #1505 from ticosax/test.client.logout | Tom Christie | |
| reset stored credentials when call client.logout() | |||
| 2014-08-18 | Merge pull request #1641 from javins/login-title | Tom Christie | |
| Refactor login template to extend base. | |||
| 2014-08-18 | Merge pull request #1726 from ikame/master | Tom Christie | |
| Leave status responsibility to parent class | |||
