mirror of
https://github.com/django/django.git
synced 2025-11-18 02:56:45 +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::
|
||||
|
||||
Django sets the list of allowed HTTP methods in the
|
||||
``Allow`` response header, and the response content is empty.
|
||||
Django sets the list of allowed HTTP methods in the ``Allow``
|
||||
response header, and the response content is empty.
|
||||
|
||||
.. method:: options(request, *args, **kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue