| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-09 | First pass at 3.1 pagination API | Tom Christie | |
| 2014-11-03 | PUT as create docs, and move mixin out to external gist | Tom Christie | |
| 2014-10-12 | Rename `preform_update` to `perform_update` | Andy Freeland | |
| 2014-10-08 | Tweak pre/post save hooks. Return instance in .update(). | Tom Christie | |
| 2014-10-07 | Reintroduce save hooks | Tom Christie | |
| 2014-10-03 | Serializer.save() takes keyword arguments, not 'extras' argument | Tom Christie | |
| 2014-10-03 | More spelling tweaks | Craig de Stigter | |
| 2014-09-26 | request.data attribute | Tom Christie | |
| 2014-09-05 | Workin on | Tom Christie | |
| 2014-09-02 | Getting tests passing | Tom Christie | |
| 2014-09-02 | Add relations and get tests running | Tom Christie | |
| 2014-08-29 | First pass | Tom Christie | |
| 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-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-02-18 | Tweak comment wrapping. | Tom Christie | |
| 2014-02-18 | Remove unnecessary else | Ian Foote | |
| 2014-02-18 | Refactor UpdateModelMixin.update | Ian Foote | |
| Reduce nesting, return early in error cases. | |||
| 2014-01-14 | Use api_settings.URL_FIELD_NAME | Tom Christie | |
| 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-11-19 | Added handling of validation errors in PUT-as-create. | Krzysztof Jurewicz | |
| Fixes #1035. | |||
| 2013-10-21 | Use lookup_url_kwarg in presave if required | Tom Christie | |
| 2013-08-30 | Merge master | Tom Christie | |
| 2013-08-23 | Extra docs on PATCH with no object. | Tom Christie | |
| 2013-08-13 | PATCH requests should not be able to create objects. | Krzysztof Jurewicz | |
| 2013-06-27 | pending deprecations -> deprecated | Tom Christie | |
| 2013-05-22 | Tweak method ordering for better consistency | Tom Christie | |
| 2013-05-17 | Minor mixin refactoring | Tom Christie | |
| 2013-05-17 | PendingDeprecation warning to allow_empty | Tom Christie | |
| 2013-05-02 | introduce lookup_field and add pendingdeprecationwarnings | Tom Christie | |
| 2013-04-25 | Simplify paginate_queryset method | Tom Christie | |
| 2013-04-09 | Cleaning up around bits of API that will be pending deprecation | Tom Christie | |
| 2013-04-09 | Removed SingleObjectMixin and MultipleObjectMixin | Tom Christie | |
| 2013-04-04 | Tweaks | Tom Christie | |
| 2013-03-13 | force_insert, force_update arguments. Closes #484. | Tom Christie | |
| Confirmed by `assertNumQueries(…)` in tests. | |||
| 2013-03-08 | GenericAPIView now applies filter_backend for list and retrieve api views | toran billups | |
| Before this commit only the MultipleObjectAPIView would apply a filter_backend, leaving the SingleObjectAPIView to return objects you might otherwise expect to have been filtered out. It's worth mentioning that when a SingleObjectAPIView makes a request for an object that should be excluded, a 404 is the expected result. | |||
| 2013-02-27 | Fix out of date docstrings. Closes #689. | Tom Christie | |
| 2013-02-22 | Tests and fix for #666. | Tom Christie | |
| Closes #666. | |||
| 2013-02-12 | Tidy up internal view permission checking logic. | Tom Christie | |
| Also document correctly - these methods are now public and will fall under the deprecation policy from now on. | |||
| 2013-02-10 | Enforce PUT-as-create permissions | Tom Christie | |
| 2013-02-06 | Added a `post_save` hook. Closes #558. | Tom Christie | |
| 2013-02-06 | Set many explicitly from mixins. Refs #564. | Tom Christie | |
| 2013-02-01 | Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵ | Tom Christie | |
| working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py | |||
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2013-01-02 | Keep API backwards compatible. | Tom Christie | |
| 2012-12-30 | Merge branch 'master' of git://github.com/tomchristie/django-rest-framework ↵ | Andrew Hankinson | |
| into patch-support | |||
| 2012-12-19 | Fix #521. (Browseable API exception on delete) | Tom Christie | |
| 2012-12-18 | Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks ↵ | Tom Christie | |
| to @n8agrin for the bug report. | |||
| 2012-12-16 | Adding PATCH support to Django REST Framework | Andrew Hankinson | |
