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

Problem with dumpdata and loaddata in python format

2010-08-11 Thread Info Cascade
Hi -- I'm expecting python manage.py dumpdata --format=python ... to dump data, but it does not. I get "Error: Unknown serialization format: python" instead. Specifying json or xml does work, however. Same for loaddata. "Problem installing fixture 'fixtures/bme_auth': python is not a known seri