summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2013-08-20 10:26:48 +0100
committerTim Graham <timograham@gmail.com>2013-08-22 09:21:41 -0400
commit3b32b1544f7d1ff885d2cd7f4c96a6e5025e4725 (patch)
tree687239ce00dddb489a23a7df67a290131dc007de
parent9a7d59e8c7e90588fc0301fe09c11fbae9ffe1f3 (diff)
[1.5.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().
Backport of bac4d03ce6 from master
-rw-r--r--docs/ref/class-based-views/base.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/class-based-views/base.txt b/docs/ref/class-based-views/base.txt
index ca60726937..93cef1c49a 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