From 8d02c378ab78694991483bc3f0b01e2e89f73264 Mon Sep 17 00:00:00 2001 From: Marc Tamlyn Date: Tue, 20 Aug 2013 10:26:48 +0100 Subject: [PATCH] [1.6.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch(). Backport of bac4d03ce6 from master --- docs/ref/class-based-views/base.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/ref/class-based-views/base.txt b/docs/ref/class-based-views/base.txt index 24058311a4..da4c66280e 100644 --- a/docs/ref/class-based-views/base.txt +++ b/docs/ref/class-based-views/base.txt @@ -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