Loading docs/ref/class-based-views/base.txt +4 −2 Original line number Diff line number Diff line Loading @@ -95,7 +95,9 @@ MRO is an acronym for Method Resolution Order. .. method:: options(request, *args, **kwargs) Handles responding to requests for the OPTIONS HTTP verb. Returns a list of the allowed HTTP method names for the view. response with the ``Allow`` header containing a list of the view's allowed HTTP method names. ``TemplateView`` ================ Loading Loading
docs/ref/class-based-views/base.txt +4 −2 Original line number Diff line number Diff line Loading @@ -95,7 +95,9 @@ MRO is an acronym for Method Resolution Order. .. method:: options(request, *args, **kwargs) Handles responding to requests for the OPTIONS HTTP verb. Returns a list of the allowed HTTP method names for the view. response with the ``Allow`` header containing a list of the view's allowed HTTP method names. ``TemplateView`` ================ Loading