Closed karthikdamodara closed 9 years ago
Added a boolean attribute 'trim' attribute to StringField class By default 'trim' attribute is set to False Defined override method 'clean' Based on the value of 'trim' clean method is striping the value
Covered unit test cases for the clean method
@uttamk review please
@uttamk please review it
Added a boolean attribute 'trim' attribute to StringField class By default 'trim' attribute is set to False Defined override method 'clean' Based on the value of 'trim' clean method is striping the value
Covered unit test cases for the clean method