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:17:15
|
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. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |