Re: [SQLObject] DecimalValidator patch in col.py
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2009-03-27 16:31:59
|
On Fri, Mar 27, 2009 at 07:17:03PM +0300, Oleg Broytmann wrote: > On Fri, Mar 27, 2009 at 10:58:37AM -0500, Kevin Rice wrote: > > I have a patch for a bug I found in the DecimalValidator class in col.py. I > > am getting messages saying no attribute 'name' of DecimalValidator. This is > > is traceable to col.py, about line 1300: > > Thank you for spotting this. I'll fix it but in a different manner - by > passing correct name to the DecimalValidator. Fixed in the revisions 3636-3638 - branches 0.9, 0.10 and the trunk. Will be in the next round of releases. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |