Re: Unsupported operator for Decimal: + (or -)

2007-11-27 Thread Chris Mellon
On Nov 27, 2007 11:45 AM, Todd O'Bryan <[EMAIL PROTECTED]> wrote: > This seems to have come up earlier... > > http://mail.python.org/pipermail/python-list/2007-July/451187.html > > but no resolution. > > We're seeing the same thing. We're using Django's DecimalField type > and when we try to add or

Re: Unsupported operator for Decimal: + (or -)

2007-11-27 Thread Diez B. Roggisch
Todd O'Bryan schrieb: > This seems to have come up earlier... > > http://mail.python.org/pipermail/python-list/2007-July/451187.html > > but no resolution. > > We're seeing the same thing. We're using Django's DecimalField type > and when we try to add or subtract values--which should be > decim

Unsupported operator for Decimal: + (or -)

2007-11-27 Thread Todd O'Bryan
This seems to have come up earlier... http://mail.python.org/pipermail/python-list/2007-July/451187.html but no resolution. We're seeing the same thing. We're using Django's DecimalField type and when we try to add or subtract values--which should be decimal.Decimal objects--we occasionally get