commit | 257d5912a6c7745013ffa209115108f4dbd9b471 | [log] [tgz] |
---|---|---|
author | Tony Mack <tmack@cs.princeton.edu> | Wed Mar 04 12:41:36 2015 -0500 |
committer | Tony Mack <tmack@cs.princeton.edu> | Wed Mar 04 12:41:36 2015 -0500 |
tree | 279caca40a9f7f7023be3800a208cfd2b1f44635 | |
parent | 68c992821c349fc70bc9b104655e15af0a696e9b [diff] |
StripedCharField extends django.db.models.CharField and overrides clean() to automatically strip leading and trailing whitespace character fields. Note: clean() is only called by forms, not by orm.