#17071: django.utils.simplejson.__version__ always reports 2.0.7 -------------------------------------+------------------------------------- Reporter: ramiro | Owner: nobody Type: Bug | Status: new Component: Core | Version: SVN (Serialization) | Keywords: simplejson Severity: Normal | Has patch: 0 Triage Stage: | Needs tests: 0 Unreviewed | Easy pickings: 0 Needs documentation: 0 | Patch needs improvement: 0 | UI/UX: 0 | -------------------------------------+------------------------------------- We try to import a newer or faster version of 'simplejson' or Python 2.6's 'json', but the value of `__version__` stays clamped to the version of the version of simplejson we bundle ('2.0.7') even when one of such imports is succesful.
Found this while working on #16850. -- Ticket URL: <https://code.djangoproject.com/ticket/17071> Django <https://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 django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.