Django < 1.9 doesn't support a strip argument to the CharField constructor, but *I think* behavior is as in 1.9 with strip=False.
This is admittedly a kludge and there may be a better way. I considered overriding CharField.to_python(), but this seems simpler. |
---|
|
src/postorius/forms.py |
---|