summaryrefslogtreecommitdiff
path: root/django/utils/simplejson/__init__.py
AgeCommit message (Expand)Author
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-01Fixed #18022 -- Fixed import of standalone Python 'json' module.Ramiro Morales
2011-10-20Fixed #17071 -- Made sure we report the right version of system-level {simple...Ramiro Morales
2009-02-27Fixed #10006 -- Avoid inadvertently using third-party "json" module.Malcolm Tredinnick
2009-01-06Upgraded included simplejson to 2.0.7.Malcolm Tredinnick
2008-07-27Fixed #7131 -- Updated included simplejson code to match the simplejson-1.9.2Malcolm Tredinnick
2007-01-30Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Than...Jacob Kaplan-Moss
2006-06-28Added Bob Ippolito's simplejson (http://undefined.org/python/#simplejson) as ...Jacob Kaplan-Moss