On 7/13/07, Etienne Robillard <[EMAIL PROTECTED]> wrote: > > How should exceptions caught by FieldDoesNotExist be handled > when trying to deserialize a object mapping to native python data types? ... > Any pointers how to work-around this issue ?
I'm unclear what the issue is. Are you building your own CSV deserializer, or using one of Django's serializers? Why are you getting FieldDoesNotExist errors at all? If you are getting these, it suggests to me that your data doesn't match your model. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
