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
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
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