diff options
| author | Ian Bicking <ian@ianbicking.org> | 2007-09-15 17:28:54 +0000 |
|---|---|---|
| committer | Ian Bicking <ian@ianbicking.org> | 2007-09-15 17:28:54 +0000 |
| commit | 1cf35b216d02bfa8fa19c2fa1261e20c272af803 (patch) | |
| tree | aba3e8a7b0c424bcf57663444b219d50359ab6d3 /docs | |
| parent | cce95bc97322fda29fed72879abf10d196eac12d (diff) | |
| download | paste-git-1cf35b216d02bfa8fa19c2fa1261e20c272af803.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 ----- |
