Skip to content

Commit

Permalink
Add 'HEAD' to accepted HTTP verbs list (#249)
Browse files Browse the repository at this point in the history
* Add 'HEAD' to accepted HTTP verbs list

* Fixes after rebase (ec5ecd4)

HEAD was already added to _MIXED_CASE_HTTP_VERBS in #273, but _LOWER_CASE_HTTP_VERBS was missed.

Co-authored-by: Marti Raudsepp <[email protected]>
  • Loading branch information
mvandenburgh and intgr authored Nov 16, 2022
1 parent 76b55da commit 95b370f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rest_framework-stubs/decorators.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ _LOWER_CASE_HTTP_VERBS: TypeAlias = list[
"put",
"patch",
"trace",
"head",
"options",
]
]
Expand Down

0 comments on commit 95b370f

Please sign in to comment.