Re: Problem with dumpdata and loaddata in python format

2010-08-15 Thread Russell Keith-Magee
On Fri, Aug 13, 2010 at 3:14 AM, Shawn Milochik wrote: > Good question. According to the dumpdata docs, the available formats are here: > > http://docs.djangoproject.com/en/1.2/topics/serialization/#serialization-formats > > And 'python' does indeed show in that list. However, that page does > men

Re: Problem with dumpdata and loaddata in python format

2010-08-12 Thread Shawn Milochik
Good question. According to the dumpdata docs, the available formats are here: http://docs.djangoproject.com/en/1.2/topics/serialization/#serialization-formats And 'python' does indeed show in that list. However, that page does mention that the 'python' version serves as a base for other formats