| 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 | Merge pull request #1826 from ↵ | Tom Christie | |
| swistakm/fix/explicit-many-in-pagination-serializer-results Use explicit `many=True` in PaginationSerializer on `object_serializer` instantiation | |||
| 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 | Add custom pagination test that covers case with custom object serializer class | Michał Jaworski | |
| 2014-09-01 | Merge pull request #1817 from tituomin/testing-requirements-documentation | Tom Christie | |
| Correct testing documentation details. | |||
| 2014-09-01 | Correct testing documentation details. | 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 | Comform to flake8 | Carlton Gibson | |
| 2014-09-01 | Version 2.4.12.4.1 | Tom Christie | |
| 2014-09-01 | Regression for #1810: Test login view renders | Carlton Gibson | |
| 2014-09-01 | Merge pull request #1810 from danielroseman/restore-body-block | Tom Christie | |
| Restore body block to base template. | |||
| 2014-08-31 | Merge pull request #1812 from linovia/bugfix/1804 | Xavier Ordoquy | |
| Fix #1804 | |||
| 2014-08-31 | Exclude the pyc, pyo files and __pycache__ directories from packaging ↵ | Xavier Ordoquy | |
| (thanks to Kevin Brown). | |||
| 2014-08-30 | Restore body block to base template. | Daniel Roseman | |
| 2014-08-29 | Update README.md | Tom Christie | |
| 2014-08-29 | Fix links in 2.4 release | Tom Christie | |
| 2014-08-29 | Fix typos in 2.4 release notes | Jamie Matthews | |
| 2014-08-29 | Typo in 2.4 announcement name | Tom Christie | |
| 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-29 | Minor docs update | Tom Christie | |
| 2014-08-29 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-08-29 | Merge pull request #1788 from cezar77/fix-1719 | Carlton Gibson | |
| Browsable API cleanups. Fixes #1719 | |||
| 2014-08-28 | Sponsor fix | Tom Christie | |
| 2014-08-28 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-08-28 | Latest sponsor update | Tom Christie | |
| 2014-08-28 | Merge pull request #1795 from lnhubbell/patch-2 | Carlton Gibson | |
| Update generic-views.md | |||
| 2014-08-28 | Validation errors in the rendered HTML fixed | Cezar Pendarovski | |
| 2014-08-27 | Update generic-views.md | Nathan Hubbell | |
| Small grammar changes. | |||
| 2014-08-27 | Put all TextNodes (method names) back to same line with parent element | Cezar Pendarovski | |
| 2014-08-27 | Merge pull request #1792 from lnhubbell/patch-1 | Carlton Gibson | |
| Update generic-views.md | |||
| 2014-08-27 | Merge remote-tracking branch 'upstream/master' into fix-1719 | Cezar Pendarovski | |
| 2014-08-26 | Update generic-views.md | Nathan Hubbell | |
| 2014-08-26 | Merge pull request #1789 from nemesisdesign/patch-5 | Carlton Gibson | |
| docs: added drf-hstore to third party fields | |||
| 2014-08-26 | Merge pull request #1790 from nemesisdesign/patch-6 | Carlton Gibson | |
| docs: added HStoreSerializer to third party serializers | |||
| 2014-08-25 | Merge remote-tracking branch 'upstream/master' into fix-1719 | Cezar Pendarovski | |
| Conflicts: rest_framework/templates/rest_framework/base.html | |||
| 2014-08-25 | docs: added HStoreSerializer to third party serializers | Federico Capoano | |
| added a reference to django-rest-framework-hstore in docs/api-guide/serializers.md | |||
| 2014-08-25 | docs: added drf-hstore to third party fields | Federico Capoano | |
| added a reference to django-rest-framework-hstore in docs/api-guide/fields.md | |||
| 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-21 | Add .model deprecation to release notes | Tom Christie | |
| 2014-08-20 | Add Retry-After to release notes. Refs #1508. | Tom Christie | |
| 2014-08-20 | Merge pull request #1508 from uploadcare/set-retry-after | Tom Christie | |
| set Retry-After header when throttled | |||
| 2014-08-20 | Typo | Tom Christie | |
| 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 | |
