Opened 13 years ago

Last modified 12 years ago

#17071 closed Bug

django.utils.simplejson.__version__ always reports 2.0.7 — at Initial Version

Reported by: Ramiro Morales Owned by: nobody
Component: Core (Serialization) Version: dev
Severity: Normal Keywords: simplejson
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top