mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Fixed #20478 – Added support for HTTP PATCH method in generic views.
This commit is contained in:
parent
0e51d8eb66
commit
ee8b810b97
4 changed files with 14 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ View
|
|||
|
||||
Default::
|
||||
|
||||
['get', 'post', 'put', 'delete', 'head', 'options', 'trace']
|
||||
['get', 'post', 'put', 'patch', 'delete', 'head', 'options', 'trace']
|
||||
|
||||
**Methods**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue