| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PendingDeprecationWarnings added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Also document correctly - these methods are now public and will fall
under the deprecation policy from now on.
|
|
|
|
|
|
|
|
Mostly adding `from __future__ import unicode_literals` everywhere.
|
|
|
|
|
|
|
|
|
|
PATCH methods merged into RetrieveUpdateDestroy class
|
|
|
|
|
|
|
|
|
|
Added a FileField and an ImageField
|
|
|
|
|
|
file_and_image_fields
|
|
|
|
Adjusted generics, mixins and serializers to take a `files` arg where applicable.
|
|
|
|
git://github.com/onepercentclub/django-rest-framework into filtering
|
|
|
|
|
|
|