﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20560	django.utils.simplejson	Alex Burgel	nobody	"The fix for #17071 introduces a NameError which gets swallowed. This prevents django.utils.simplejson from using the builtin json library.

It tries to set the module's version to the version of the imported library, like so:

`__version__ = json.__version__`

But it uses a `from json import *` instead of a `import json`, so you get a NameError."	Bug	closed	Core (Serialization)	1.4	Normal	duplicate	json		Unreviewed	1	0	0	0	0	0
