#10006: r9707 breaks dumpdata if you have python-json installed on a Debian
based
system and python2.4
------------------------------------+---------------------------------------
Reporter: markmuetz | Owner: nobody
Status: new | Milestone:
Component: Serialization | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by bartek):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Running Ubuntu Intrepid Ibex with Python 2.5 here and simply installing
python-simplejson did not fix this issue.
I had to remove python-json and use python-simplejson.
The only problem with this fix is there are some applications that are
dependent on python-json (e.g deluge-torrent) and were removed so it's not
an optimal solution.
HOWEVER, the patch did fix the issue.
--
Ticket URL: <http://code.djangoproject.com/ticket/10006#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---