We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a65ea commit ff843bcCopy full SHA for ff843bc
1 file changed
docs/ref/class-based-views/base.txt
@@ -113,8 +113,9 @@ ancestor classes are documented under the section title of **Ancestors
113
If the view was called with an HTTP method it doesn't support, this
114
method is called instead.
115
116
- The default implementation returns ``HttpResponseNotAllowed`` with a
117
- list of allowed methods in plain text.
+ The default implementation returns ``HttpResponseNotAllowed`` with the
+ list of allowed methods in the ``Allow`` header, as required by
118
+ :rfc:`RFC 7231 <7231#section-6.5.5>`. The response body is empty.
119
120
.. method:: options(request, *args, **kwargs)
121
0 commit comments