| Age | Commit message (Collapse) | Author |
|
Add order_by to the AutoFilterSet
|
|
|
|
|
|
|
|
|
|
into bwreilly-master
|
|
`AutoFilterSet` should contains `order_by` set to all by default.
|
|
|
|
|
|
|
|
|
|
|
|
Add `api_settings.EXCEPTION_HANDLER` to support custom error responses.
Fixes #907.
|
|
|
|
class
|
|
Allow OPTIONS to retrieve PUT field metadata on empty objects
|
|
|
|
Fixes #1072
|
|
|
|
This allows OPTIONS to return the PUT endpoint's object serializer metadata when the object hasn't been created yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
opposite of validate_<fieldname> on a per-field basis.
|
|
|
|
identify anonymous requests
|
|
Closes #1066. More localised than a new settings key, and more
flexible in that different throttles can use different behavior.
Thanks to @chicheng for the report! :)
|
|
Always respect `paginate_by` settings if client does not specify page
size. (Even if the developer has misconfigured, so that `paginate_by >
max`.)
|
|
git://github.com/alexander-akhmetov/django-rest-framework into alexander-akhmetov-max_paginate_by
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parameterize identity field serializer class to allow for easier subclassing
|
|
|
|
|
|
|
|
|