diff options
| author | ianb <devnull@localhost> | 2007-09-15 17:28:54 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2007-09-15 17:28:54 +0000 |
| commit | caf3a1837e938a23967d3927cb549400fb008ef4 (patch) | |
| tree | aba3e8a7b0c424bcf57663444b219d50359ab6d3 /docs | |
| parent | f5fa5a259ea1c8489558d7d181966d0ae2d3252e (diff) | |
| download | paste-caf3a1837e938a23967d3927cb549400fb008ef4.tar.gz | |
set CONTENT_TYPE on non-file uploads too
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 4 |
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 ----- |
