summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-09-15 17:28:54 +0000
committerianb <devnull@localhost>2007-09-15 17:28:54 +0000
commitcaf3a1837e938a23967d3927cb549400fb008ef4 (patch)
treeaba3e8a7b0c424bcf57663444b219d50359ab6d3 /docs
parentf5fa5a259ea1c8489558d7d181966d0ae2d3252e (diff)
downloadpaste-caf3a1837e938a23967d3927cb549400fb008ef4.tar.gz
set CONTENT_TYPE on non-file uploads too
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 805c334..768899e 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -9,6 +9,10 @@ svn trunk
* ``paste.httpheaders.CONTENT_RANGE`` returns ``bytes
START-END/LENGTH`` instead of just ``START-END/LENGTH``
+* In ``paste.fixture.TestApp`` set ``CONTENT_TYPE`` to
+ ``'application/x-www-form-urlencoded'`` whenever there are
+ parameters (and no other content type was provided).
+
1.4.2
-----