On 3/12/07, Chris Moffitt <[EMAIL PROTECTED]> wrote: > > Installing xml fixture 'initial_data' from '/full/path/shop/fixtures'. > Problem installing fixture '/full/path/shop/fixtures/initial_data.xml': > Invalid value: 'site' should be a <class > 'django.contrib.sites.models.Site'> instance, not a <type 'unicode'> > > Has anyone else seen this?
Yes, and I'm in the process of fixing it right now. I'm guessing you have a non-integer primary key in the model that you are deserializing (a OneToOneField is the most common example). I'm adding some fixes, and a big whopping unit test to fix this kind of problem. > I can not use the JSON serializer because it chokes on decimal types. I > don't think this is a model issue - it seems to be a problem with the > serialized handling sites properly. Can you provide a specific example? Like I said, I'm adding a unit test to cover all the edge cases of serialization - if you have a specific example that is failing, I'd like to make sure that your example is covered in the test. 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 -~----------~----~----~----~------~----~------~--~---