#6362: Remove blank spaces with strip when validating the data
-------------------------------------+-------------------------------------
               Reporter:  marinho    |          Owner:  nobody
                   Type:  New        |         Status:  new
  feature                            |      Component:  Forms
              Milestone:             |       Severity:  Normal
                Version:  SVN        |       Keywords:  blank space strip
             Resolution:             |      Has patch:  1
           Triage Stage:  Design     |    Needs tests:  0
  decision needed                    |  Easy pickings:  0
    Needs documentation:  0          |
Patch needs improvement:  1          |
-------------------------------------+-------------------------------------
Changes (by boxed):

 * easy:   => 0


Comment:

 Spaces in various fields in the database screw up sorting too, which gets
 reported as bugs because the spaces are of course not even shown by HTML.

 It's also very hard to fix after the fact. Cron jobs that run strips on
 all character fields on all your models? No thanks :P

-- 
Ticket URL: <https://code.djangoproject.com/ticket/6362#comment:38>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to