> Hrm. The test case checks Null values for every data field, so that > shouldn't be a problem. The only simple reason I can think of is a > required field that doesn't have a representation in your data file. > > How are you producing your data file? Is this failure caused by a data > file produced by dump, or is it manually created? Can you provide a > small fixture file (and model) that exhibits the problem?
I created my application, then did a dumpdata and am trying to load it as part of a testing fixture. I imagine you're right that there could be an issue with data not being represented in the file. The trick is figuring out where it is. I can try to dig into it some more later this evening and see if I can narrow it down. Do you have any hints on how to figure out which field or model is causing the exception. Thanks, Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---