search icon indicating copy to clipboard operation
search copied to clipboard

The logic for validation/conversion on getting/setting field values should be on `Field` classes

Open martinallison opened this issue 12 years ago • 0 comments

Move away from using __getattribute__ and __setattr__ on DocumentModel instances and instead use __get__ and __set__ to do the same job on Field instances.

martinallison avatar Jul 02 '12 17:07 martinallison