|
From: <sub...@co...> - 2005-11-18 21:55:19
|
Author: test Date: 2005-11-18 21:55:10 +0000 (Fri, 18 Nov 2005) New Revision: 1291 Modified: FormEncode/trunk/docs/news.txt Log: Added FileUploadKeeper Modified: FormEncode/trunk/docs/news.txt =================================================================== --- FormEncode/trunk/docs/news.txt 2005-11-18 20:10:39 UTC (rev 1290) +++ FormEncode/trunk/docs/news.txt 2005-11-18 21:55:10 UTC (rev 1291) @@ -4,6 +4,11 @@ SVN trunk --------- +* Added a ``validators.FileUploadKeeper`` validator for helping with + file uploads in failed forms. It still requires some annoying + fiddling to make work, though, since file upload fields are so + weird. + * Added ``text_as_default`` option to htmlfill. This treats all ``<input type="something-weird">`` elements as text fields. WHAT-WG adds weird input types, which can usually be usefully treated as |