Re: Usability: stripping white space from form fields

2008-07-07 Thread Norman Harman
Karen Tracey wrote: > On Fri, Jul 4, 2008 at 3:51 AM, Greg Fuller <[EMAIL PROTECTED] > > wrote: > > I want to mention what I consider to be a usability issue with Django > forms. It has to do with there being no option to strip leading and > trailing white

Re: Usability: stripping white space from form fields

2008-07-04 Thread Karen Tracey
On Fri, Jul 4, 2008 at 3:51 AM, Greg Fuller <[EMAIL PROTECTED]> wrote: > I want to mention what I consider to be a usability issue with Django > forms. It has to do with there being no option to strip leading and > trailing whitespace from CharFields, URLFields, EmailFields, etc. > Ticket #4969

Usability: stripping white space from form fields

2008-07-04 Thread Greg Fuller
I want to mention what I consider to be a usability issue with Django forms. It has to do with there being no option to strip leading and trailing whitespace from CharFields, URLFields, EmailFields, etc. Ticket #4969 was to address this issue but was closed with as a 'wontfix', and I have seen o