summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-07-13 17:18:30 +0000
committerianb <devnull@localhost>2007-07-13 17:18:30 +0000
commitfa82c74b8264a35c2fe0880b721cdbb45e28ec8d (patch)
treea37ee787ff8c6154b565f66087b0ea3a13160c31 /docs
parent5ef668595b50a669dd7df4cc5c63f7efad603352 (diff)
downloadpaste-fa82c74b8264a35c2fe0880b721cdbb45e28ec8d.tar.gz
Fix problem with .form and named forms
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index ab69d85..a66b37c 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -12,6 +12,9 @@ svn trunk
* Added a ``current`` method (an alias of ``current_conf``) to
``paste.config.DispatchingConfig``.
+* Make test response ``.form`` attribute work when you have a single
+ named form.
+
1.4
---