[Docs] Clarify behavior of View.http_method_not_allowed default implementation

This commit is contained in:
Zubair Hassan 2025-11-16 16:38:43 +05:00
parent 02578a4bf3
commit b5ad2e438f

View file

@ -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)