On 9/21/07, robo <[EMAIL PROTECTED]> wrote:
>
> To Russel: you said that this decimal serialization issue was fixed a
> long time ago. How so?

s/Russel/Russell/ :-)

I'm not entirely sure what 'this decimal serialization issue' actually
is - this thread hasn't produced a clear test case that demonstrates
that there is a problem in Django's JSON serializer.

However, in 0.96, we didn't make the clear distinction between
Decimals and Floats that exists in SVN trunk. This caused all sorts of
problems for serialization.

SVN trunk now makes the distinction between the two types, and the
test suite contains explicit serialization tests for Floats and
Decimals of various levels of precision. If there is a test case we're
missing, feel free to open a ticket.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to