| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-12 | New style object-level permission checks | 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-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-01-02 | Add `.patch()` method for `RetrieveUpdateAPIView` | Tom Christie | |
| 2013-01-02 | Added `RetrieveUpdateAPIView` | Tom Christie | |
| 2013-01-02 | Keep API backwards compatible. | Tom Christie | |
| 2012-12-30 | Removing Partial Update classes | Andrew Hankinson | |
| PATCH methods merged into RetrieveUpdateDestroy class | |||
| 2012-12-16 | Adding PATCH support to Django REST Framework | Andrew Hankinson | |
| 2012-12-13 | added missing line | Stephan Groß | |
| 2012-12-13 | added RetrieveUpdateAPIView | Stephan Groß | |
| 2012-11-16 | Tidying | Tom Christie | |
| 2012-11-16 | Merge pull request #408 from markotibold/file_and_image_fields | Tom Christie | |
| Added a FileField and an ImageField | |||
| 2012-11-16 | Polishing to page size query parameters & more docs | Tom Christie | |
| 2012-11-16 | Minor tweaks to internals of generics and mixins | Tom Christie | |
| 2012-11-15 | Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into ↵ | Marko Tibold | |
| file_and_image_fields | |||
| 2012-11-14 | Bring keywrod args in line with Django's implementation | Tom Christie | |
| 2012-11-13 | Added a FileField and an ImageField (copied from django.forms.fields). | Marko Tibold | |
| Adjusted generics, mixins and serializers to take a `files` arg where applicable. | |||
| 2012-11-07 | Make filtering optional, and pluggable. | Tom Christie | |
| 2012-11-07 | Merge branch 'restframework2-filter' of ↵ | Tom Christie | |
| git://github.com/onepercentclub/django-rest-framework into filtering | |||
| 2012-11-06 | Use saner get_serializer signature | Tom Christie | |
| 2012-11-06 | Merge branch 'master' into restframework2-filter | Ben Konrath | |
| 2012-11-05 | Swap position of `instance` and `data` keyword arguments. | Tom Christie | |
| 2012-11-01 | Merge branch 'master' into restframework2-filter | Ben Konrath | |
| 2012-10-30 | Fix some typos. | Marko Tibold | |
| 2012-10-27 | pep8 | Tom Christie | |
| 2012-10-25 | Rework generic view class names | Jamie Matthews | |
| 2012-10-25 | Re-add implementation of multiple-operation generic views to remove diamond ↵ | Jamie Matthews | |
| inheritance | |||
| 2012-10-24 | Split concrete generic views up into separate bits of functionality | Jamie Matthews | |
| 2012-10-17 | Make settings consistent with corrosponding view attributes | Tom Christie | |
| 2012-10-11 | First attempt at adding filter support. | Ben Konrath | |
| The filter support uses django-filter to work its magic. | |||
| 2012-10-08 | Add RetrieveDestroyAPIView and remove Metadata mixin | Tom Christie | |
| 2012-10-05 | Fix django 1.3 bug | Tom Christie | |
| 2012-10-05 | Tweak view slightly | Tom Christie | |
| 2012-10-03 | Rename generic views | Tom Christie | |
| 2012-10-01 | Expand pagination support, add docs | Tom Christie | |
| 2012-09-30 | Pagination support | Tom Christie | |
| 2012-09-28 | Get test-only models properly working | Tom Christie | |
| 2012-09-27 | Only display forms when user has permissions. #159 | Tom Christie | |
| 2012-09-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
