| Age | Commit message (Collapse) | Author |
|
|
|
|
|
into bwreilly-master
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When trailing slash is false, the lookup regex should not consume '.'
characters. Fixes #1057.
|
|
|
|
|