mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
[Docs] Clarify behavior of View.http_method_not_allowed default implementation
This commit is contained in:
parent
02578a4bf3
commit
b5ad2e438f
1 changed files with 2 additions and 2 deletions
|
|
@ -118,8 +118,8 @@ ancestor classes are documented under the section title of **Ancestors
|
||||||
|
|
||||||
.. Note::
|
.. Note::
|
||||||
|
|
||||||
Django sets the list of allowed HTTP methods in the
|
Django sets the list of allowed HTTP methods in the ``Allow``
|
||||||
``Allow`` response header, and the response content is empty.
|
response header, and the response content is empty.
|
||||||
|
|
||||||
.. method:: options(request, *args, **kwargs)
|
.. method:: options(request, *args, **kwargs)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue