Closed GoogleCodeExporter closed 9 years ago
Can you confirm that you can import wadofstuff.django.serializers.json?
$ python
Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from wadofstuff.django.serializers import json
>>> dir(json)
['Deserializer', 'DjangoJSONEncoder', 'JSONDeserializer', 'PythonSerializer',
'Serializer', '__builtins__', '__doc__', '__file__', '__name__', '__package__',
'simplejson']
Original comment by mattimus...@gmail.com
on 30 Dec 2009 at 11:49
[limeyd@MBPro server]$ ./manage.py shell
Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from wadofstuff.django.serializers import json
>>> dir(json)
['Deserializer', 'DjangoJSONEncoder', 'JSONDeserializer', 'PythonSerializer',
'Serializer',
'__builtins__', '__doc__', '__file__', '__name__', '__package__', 'simplejson']
>>>
Original comment by lim...@gmail.com
on 30 Dec 2009 at 11:52
Hey I have found the issue, extras=('__unicode__',) I was missing a trailing
comma.
Original comment by lim...@gmail.com
on 31 Dec 2009 at 12:00
Original comment by mattimus...@gmail.com
on 31 Dec 2009 at 3:29
Original issue reported on code.google.com by
lim...@gmail.com
on 30 Dec 2009 at 11:19