| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-16 | More pagination tests & cleanup | Tom Christie | |
| 2015-01-15 | Tweaks, and add pagination controls for offset/limit. | Tom Christie | |
| 2015-01-13 | API tweaks and pagination documentation | Tom Christie | |
| 2015-01-09 | First pass at 3.1 pagination API | Tom Christie | |
| 2015-01-08 | remove unused import | Craig Blaszczyk | |
| 2015-01-07 | restore Django 404 | Craig Blaszczyk | |
| 2015-01-07 | prefer single quotes in source and double quotes in user visible strings; ↵ | Craig Blaszczyk | |
| add some missing full stops to user visible strings | |||
| 2015-01-07 | use double quotes in user messages | Craig Blaszczyk | |
| 2015-01-07 | use double quotes for user visible strings; end user visible strings in full ↵ | Craig Blaszczyk | |
| stops; add some missing translation tags | |||
| 2015-01-07 | remove hardcoded page number | Craig Blaszczyk | |
| 2015-01-07 | switch to using format strings in error messages; raise NotFound when ↵ | Craig Blaszczyk | |
| pagination fails to provide a more useful error message | |||
| 2015-01-02 | update error messages for language and consistency | Craig Blaszczyk | |
| 2015-01-02 | fix spelling & grammar errors | Craig Blaszczyk | |
| 2014-12-17 | Serializer API restrictions. | Tom Christie | |
| 2014-10-01 | Use six.text_type instead of str everywhere | Tom Christie | |
| 2014-09-26 | request.data attribute | Tom Christie | |
| 2014-09-24 | OPTIONS support | Tom Christie | |
| 2014-09-12 | Clean up relational fields queryset usage | Tom Christie | |
| 2014-09-11 | no longer tightly coupled to private queryset API | Tom Christie | |
| 2014-09-11 | no longer tightly coupled to private queryset API | Tom Christie | |
| 2014-09-05 | Workin on | Tom Christie | |
| 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 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 | |
| Closes #1774. | |||
| 2014-08-29 | Remove `filter_backend`. | Tom Christie | |
| Closes #1775. | |||
| 2014-08-20 | Deprecate .model attribute on views | Tom Christie | |
| 2014-08-19 | Resolve linting issues | Tom Christie | |
| 2014-08-19 | Code linting and added runtests.py | Tom Christie | |
| 2014-08-19 | Merge master | Tom Christie | |
| 2014-08-18 | Copy filter_backends class attribute before returning it. | Tom Christie | |
| 2014-08-18 | Merge pull request #1711 from kdazzle/ModelViewSet-queryset-static-property | Tom Christie | |
| Issue #1707: Add documentation to api-docs.viewsets | |||
| 2014-07-28 | Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset` | Kyle | |
| to the `queryset` property, `get_queryset()`, and do generic-views.md; remove changes to the viewsets.md documentation from my last commit. | |||
| 2014-06-23 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini | |||
| 2014-05-26 | Add the allow_add_remove parameter to the get_serializer method | khamaileon | |
| 2014-04-13 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini | |||
| 2014-01-25 | Fix typo in docstring for post_delete hook. | Rodolfo Henrique Carvalho | |
| 2013-12-13 | Merge branch 'master' into 2.4.0 | Tom Christie | |
| Conflicts: .travis.yml docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/compat.py | |||
| 2013-12-03 | Adds pre_delete and post_delete hooks on | Pablo Recio | |
| 2013-10-24 | Added get_filter_backends method | Yamila Moreno | |
| 2013-10-22 | Merge pull request #1187 from ross/paginator_def_val | Tom Christie | |
| paginator should validate page and provide default | |||
| 2013-10-21 | retract the default page stuff. | Ross McFarland | |
| better way comming in a seperate pr | |||
| 2013-10-21 | Added . Closes #1188. | Tom Christie | |
| 2013-10-19 | paginator should validate page and provide default | Ross McFarland | |
| - use the standard paginator.validate_number method rather strict_postive_int. - support optional paginator method, default_page_number, to get the default page number rather than hard-coding it to 1 - this allows supporting non-integer based pagination which can be an important performance tweak on extermely large datasets or high request loads - relatively thorough unit tests of the changes | |||
| 2013-10-04 | support args on get_object_or_404 | Henry Clifford | |
