summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJan Böcker <jan.boecker@jboecker.de>2013-08-26 11:18:21 +0200
committerTim Graham <timograham@gmail.com>2013-08-27 09:22:31 -0400
commitc4e2e4f630fd86cb9993daf874c1a8964e4b92f8 (patch)
treed0a5548113afb7c1623a9e6aca2d7cbe05d04db9 /docs
parent28026c3e26388efe27c92b6e94d7363022f1efb3 (diff)
downloaddjango-c4e2e4f630fd86cb9993daf874c1a8964e4b92f8.tar.gz
[1.6.x] Fixed typo in docs/topics/conditional-view-processing.txt
Backport of 5fd2c979cb from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/conditional-view-processing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/conditional-view-processing.txt b/docs/topics/conditional-view-processing.txt
index caa7376189..83b454a4aa 100644
--- a/docs/topics/conditional-view-processing.txt
+++ b/docs/topics/conditional-view-processing.txt
@@ -147,7 +147,7 @@ Using the decorators with other HTTP methods
The ``condition`` decorator is useful for more than only ``GET`` and
``HEAD`` requests (``HEAD`` requests are the same as ``GET`` in this
-situation). It can be used also to be used to provide checking for ``POST``,
+situation). It can also be used to provide checking for ``POST``,
``PUT`` and ``DELETE`` requests. In these situations, the idea isn't to return
a "not modified" response, but to tell the client that the resource they are
trying to change has been altered in the meantime.