| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2013-04-09 | Removed SingleObjectMixin and MultipleObjectMixin | Tom Christie | |
| 2013-04-04 | Tweaks | Tom Christie | |
| 2013-03-18 | Remove erronous pre_save | Tom Christie | |
| 2013-03-18 | Merge branch 'master' into resources-routers | Tom Christie | |
| 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-15 | Merge with latest master | Tom Christie | |
| 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 | |
