Re: [SQLObject] DecimalValidator patch in col.py

2009-03-27 Thread Oleg Broytmann
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 trac

Re: [SQLObject] DecimalValidator patch in col.py

2009-03-27 Thread Oleg Broytmann
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

[SQLObject] DecimalValidator patch in col.py

2009-03-27 Thread Kevin Rice
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: def from_python(self, value, state): if value is None: return None if isinstance(v