google-code-export / wadofstuff

Automatically exported from code.google.com/p/wadofstuff
1 stars 0 forks source link

django 1.3 Unable to serialize database: __init__() got an unexpected keyword argument 'use_natural _keys' #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable the serializer
2. ./manage.py dumpdata <appname>

What is the expected output? What do you see instead?
I expected to see json output.
But i got this:
#$ ./mange.py dumpdata references
Error: Unable to serialize database: __init__() got an unexpected keyword 
argument 'use_natural_keys'

What version of the product are you using? On what operating system? 1.0.0.

Please provide any additional information below.
Also using Django 1.3 rc-1.

Original issue reported on code.google.com by cont...@roelkramer.nl on 6 Mar 2011 at 5:37

GoogleCodeExporter commented 9 years ago
This was already fixed in the code repository. I've made a 1.1.0 release 
download available that includes it.

http://pypi.python.org/pypi/wadofstuff-django-serializers/1.1.0

Original comment by mattimus...@gmail.com on 7 Mar 2011 at 12:37