Skip to content

Commit

Permalink
Fixed #20944 -- Removed inaccurate statement about View.dispatch().
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtamlyn authored and timgraham committed Aug 22, 2013
1 parent ce0e86c commit bac4d03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/ref/class-based-views/base.txt
Expand Up @@ -79,10 +79,6 @@ View
you can override the ``head()`` method. See
:ref:`supporting-other-http-methods` for an example.

The default implementation also sets ``request``, ``args`` and
``kwargs`` as instance variables, so any method on the view can know
the full details of the request that was made to invoke the view.

.. method:: http_method_not_allowed(request, *args, **kwargs)

If the view was called with a HTTP method it doesn't support, this
Expand Down

0 comments on commit bac4d03

Please sign in to comment.