>I think you're misunderstanding. There's no bug or issue here, at least
>as far as you've explained it. Django's loaddata simply isn't designed
>for data that isn't fully specified, which includes the pk value.
>Instead, it's designed to handle the stuff written out by dumpdata.

The issue I was describing was the need to load "pk-less" data in bulk(Like
getting a csv file into a table). But you're right: it isn't a django core
issue.

>It really sounds like subclassing the deserializer for whichever format
>you're using would be the "correct" place to solve this.

I totally forgot about the serializers.
Thanks for your advice,
It's time to start coding my simpleload.py

Regards,
Ariel.

--~--~---------~--~----~------------~-------~--~----~
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