summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-04-16 14:17:24 -0500
committerIan Bicking <ianb@colorstudy.com>2010-04-16 14:17:24 -0500
commit903bad575882106384f6290364f62ecd190863cf (patch)
tree09b0cebaa9235c4d6278f6e3af8f05d9a0e06627 /docs
parent568899288b2e041a77534f8201b4f2451dabbe4d (diff)
downloadwebtest-903bad575882106384f6290364f62ecd190863cf.tar.gz
update versions for release
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 98793b3..973e0a4 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -212,7 +212,7 @@ The added methods:
compacted to remove newlines, making it easier to use with
`doctest <http://python.org/doc/current/lib/module-doctest.html>`_
-``response.click(description=None, linkid=None, href=None, anchor=None, index=None, verbose=False)``:
+``response.click(description=None, linkid=None, href=None, anchor=None, index=None, verbose=False)``:
Clicks the described link (`see docstring for more
<./class-webtest.TestResponse.html#click>`_)
@@ -369,8 +369,8 @@ template_name`` in your framework, then ``response.template`` will be
News
====
-svn trunk
----------
+1.2.1
+-----
* Added method :method:`TestApp.request`, which can be used for
sending requests with different methods (e.g., ``MKCOL``). This