diff options
| author | ianb <devnull@localhost> | 2008-05-02 18:18:38 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2008-05-02 18:18:38 +0000 |
| commit | 6a825c6dcaec6e1e15ea0eae264f8617a87c4ce0 (patch) | |
| tree | 22f6b7b6b9e6d407a27a6e19cefff37e454d40b8 /docs | |
| parent | a3e7e40126069492e50c64a34ddc0975d4e9a8d1 (diff) | |
| download | paste-6a825c6dcaec6e1e15ea0eae264f8617a87c4ce0.tar.gz | |
Change the value of no-value checkboxes to 'on' instead of 'checked'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt index 87c8f56..4973cc6 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -7,7 +7,9 @@ svn trunk --------- * Fixed bug in :class:`paste.fixture.TestApp` that would submit forms - with unnamed fields (like an unnamed submit button). + with unnamed fields (like an unnamed submit button). Also made + checkboxes with no explicit ``value`` send ``on`` instead of + ``checked`` (which is what browsers do). * Fixed bug in :mod:`paste.httpserver` where ``environ['wsgi.input'].readline(max_size)`` ignored the max_size |
