Re: contenttypes and dumpdata options

2011-02-01 Thread Preston Timmons
Hi JD, Yes, using natural keys will allow you to serialize models that use the contenttypes framework. You can read about this feature here: http://docs.djangoproject.com/en/dev/topics/serialization/#natural-keys Preston On Jan 29, 1:59 pm, jd wrote: > hello, > What's the current recommended

contenttypes and dumpdata options

2011-01-29 Thread jd
hello, What's the current recommended way to deal with contenttypes when you move a db using dumpdata? I know about excluding it, but I read something about using the ---natural option with the dump command would work as well. Does this work when including contenttypes in the dump? Which is the pre