| 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
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
PATCH requests should not be able to create objects.
|
|
|
|
into aburgel-fix_937
|
|
Closes #1055.
|
|
git://github.com/willkg/django-rest-framework
|
|
Updated the tests to use the default view_name and view_description
functions in the formatter through the default in settings.
|
|
This tests setting required=True on a BooleanField.
Test for issue #1004.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git://github.com/rouge8/django-rest-framework into rouge8-remove-hold-down-control-messages
|
|
When getting the help_text from a field where `many=True`, Django
appends 'Hold down "Control", or "Command" on a Mac, to select more than
one.' to the help_text. This makes some sense in Django's ModelForms,
but no sense in the API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Prevent dynamically routing to a method that is already routed to.
|
|
already routed to. Fixes #940
|
|
|
|
Make browsable API views play nice with utf-8
|
|
|