On 5/27/07, Hancock, David (DHANCOCK) <[EMAIL PROTECTED]> wrote: > > I'd love it to be as simple as a dump-and-restore, but so far, no silver > bullet has emerged. Things I've tried: ... > manage.py dumpdata # chokes on Decimal(0.00) datatype, not sure how to > load output anyway
If this approach is failing on Decimal(0.00), I would consider it a major bug. All going well, I should have a chance to look at this later today. As a point of reference - we recently modified the Decimal/Float representation in Django; is your code pre or post this change ([5302])? 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

