commit | 653c983b299910e1c8cbc6853e289c7da4a095de | [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 | 47944b3846fca15b1acd2832f71dae388d9db0c2 [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.