Natural keys were introduced in 1.2. How would you do this in 1.1?
Or maybe there's a cleaner answer when the problem is re-stated:
How can you use dumpdata and loaddata to dump and reload fixtures when
you're using generic foreign keys?
(I work with the OP, so I'm not hijacking the thread).
Thanks,
Shawn
On Thu, Mar 24, 2011 at 2:29 PM, Simone Dalla <simo...@gmail.com> wrote:Natural keys were introduced in 1.2. How would you do this in 1.1?
>
> maybe option --natural
> http://docs.djangoproject.com/en/1.3/ref/django-admin/#dumpdata-appname-appname-appname-model
>
You mean 1.3, right? ;o)