mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 06:14:47 +03:00
Add SUPPORT_PATCH setting docs
This commit is contained in:
parent
b9dec98647
commit
f0e157dcec
|
@ -447,6 +447,12 @@ An integer of 0 or more, that may be used to specify the number of application p
|
||||||
|
|
||||||
Default: `None`
|
Default: `None`
|
||||||
|
|
||||||
|
#### SUPPORT_PATCH
|
||||||
|
|
||||||
|
If set to `False` then HTTP PATCH requests will not be allowed.
|
||||||
|
|
||||||
|
Default: `True`
|
||||||
|
|
||||||
[cite]: http://www.python.org/dev/peps/pep-0020/
|
[cite]: http://www.python.org/dev/peps/pep-0020/
|
||||||
[rfc4627]: http://www.ietf.org/rfc/rfc4627.txt
|
[rfc4627]: http://www.ietf.org/rfc/rfc4627.txt
|
||||||
[heroku-minified-json]: https://github.com/interagent/http-api-design#keep-json-minified-in-all-responses
|
[heroku-minified-json]: https://github.com/interagent/http-api-design#keep-json-minified-in-all-responses
|
||||||
|
|
Loading…
Reference in New Issue
Block a user