Changeset 301

Show
Ignore:
Timestamp:
03/19/08 13:41:31 (10 months ago)
Author:
matt
Message:

Return the result of calling the func so that the validation process waits for
any deferreds to fire.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/formal/validation.py

    r285 r301  
    149149        if value is None: 
    150150            return 
    151         self.callable(field, value) 
     151        return self.callable(field, value) 
    152152         
    153153