| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2013-09-25 | Merge master | Tom Christie | |
| 2013-09-03 | Added test for OPTIONS before object creation from a PUT | Edmond Wong | |
| 2013-08-30 | Allow OPTIONS to retrieve PUT field metadata on empty objects | Edmond Wong | |
| This allows OPTIONS to return the PUT endpoint's object serializer metadata when the object hasn't been created yet. | |||
| 2013-08-30 | Merge master | Tom Christie | |
| 2013-08-28 | Tweak MAX_PAGINATE_BY behavior in edge case. | Tom Christie | |
| Always respect `paginate_by` settings if client does not specify page size. (Even if the developer has misconfigured, so that `paginate_by > max`.) | |||
| 2013-08-27 | fix for python3 | Alexander Akhmetov | |
| 2013-08-26 | Added max_paginate_by parameter | Alexander Akhmetov | |
| 2013-08-21 | Merge master | Tom Christie | |
| 2013-08-21 | If page size query param <= 0, just use default page size. | Tom Christie | |
| Closes #1028. | |||
| 2013-08-21 | If page size query param <= 0, just use default page size. | Tom Christie | |
| Closes #1028 | |||
| 2013-06-27 | pending deprecations -> deprecated | Tom Christie | |
| 2013-06-12 | Typo | inglesp | |
| 2013-06-05 | Remove ConfigurationError in favor of Django's ImproperlyConfigured | Tom Christie | |
| 2013-05-28 | Raise 404 on incorrect lookup type in URL, not 500. Closes #890. | Tom Christie | |
| 2013-05-24 | Clean up OPTIONS implementation | Tom Christie | |
| 2013-05-07 | Support for multiple filter classes | Tom Christie | |
| 2013-05-07 | allow_empty -> pending deprecation in preference of overridden get_queryset. | Tom Christie | |
| 2013-04-30 | Drop out attribute | Tom Christie | |
| 2013-04-29 | Tweaks for preferring .queryset over .model | Tom Christie | |
| 2013-04-29 | fields shortcut on views | Tom Christie | |
| 2013-04-29 | 2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's ↵ | Tom Christie | |
| PendingDeprecationWarnings added. | |||
| 2013-04-25 | Simplify paginate_queryset method | Tom Christie | |
| 2013-04-25 | Cleanup docstrings | Tom Christie | |
| 2013-04-24 | Various clean up and lots of docs | Tom Christie | |
| 2013-04-23 | Merge remove-django-generics | Tom Christie | |
| 2013-04-13 | Allow overriding get_object to work correctly. Fixes #784 | Tom Christie | |
| 2013-04-11 | Simplify get_object | Tom Christie | |
| 2013-04-09 | Cleaning up around bits of API that will be pending deprecation | Tom Christie | |
| 2013-04-09 | Cleaning up around bits of API that will be pending deprecation | Tom Christie | |
| 2013-04-09 | Cleaning up get_object and get_queryset | Tom Christie | |
| 2013-04-09 | Add lookup_kwarg | Tom Christie | |
