On Mon, Jul 4, 2011 at 10:59 AM, Ole Laursen <o...@iola.dk> wrote: > It sounds like you've never been bitten by strip bugs.
Then I must haven't been clear enough -- sorry -- because I certainly have, many times. I've also found it incredibly easy to solve in my user code: ``form.cleaned_data['field'].strip()``. Explicit is better than implicit, remember? :) Doesn't do anything to change my point, though: a framework can't go about stripping user input. That's a user-code decision. If Django strips out data I wanted, there's nothing I can do to get it back. Jacob -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.