Change django.utils.simplejson to json.

Review Request #4601 — Created Sept. 20, 2013 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Change django.utils.simplejson to json.

Django 1.5 deprecates the use of the bundled simplejson, because Python 2.6's
json module includes everything that's needed.

Ran unit tests

    Loading...