On 8/26/07, Drasty <[EMAIL PROTECTED]> wrote:
>
> Loading 'courses' fixtures...
> Installing xml fixture 'courses' from '/../eeyore/courses/fixtures'.
> Problem installing fixture '/../eeyore/courses/fixtures/courses.xml':
> <field> node is missing the 'name' attribute

This sounds like there is an attribute missing in the output XML. Can
you provide an example model and data that causes this problem to
occur?

> I receive this error if I dumpdata as JSON and attempt loaddata:
>
> Installing json fixture 'courses' from '/../eeyore/courses/fixtures'.
> Problem installing fixture '/../eeyore/courses/fixtures/courses.json':
> column "enable_comments" is of type boolean but expression is of type
> integer

This sounds like the data is not getting output correctly for a given
field type. Again, can you provide sample data?

On top of the sample data, can you also please provide the version of
Django you are using (SVN revision or release number), and any other
configuration details - in particular, the source and target database.

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