Re: [SQLObject] default empty dict for picklecol
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2009-01-26 21:25:26
|
On Tue, Jan 27, 2009 at 12:05:32AM +0300, Oleg Broytmann wrote: > In newer version of FormEncode compound.All validator got correct > is_empty method: > > def is_empty(self, value): > # sub-validators should handle emptiness. > return False > > So it's time to require more recent FormEncode to be used with SQLObject. I think it is FormEncode version 1.1.1, but I cannot recommend any version until I run the test suite. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |