Change django.utils.simplejson to json.
Review Request #4601 — Created Sept. 20, 2013 and submitted — Latest diff uploaded
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
Diff Revision 1 (Latest)
reviewboard/admin/views.py |
---|
reviewboard/hostingsvcs/beanstalk.py |
---|
reviewboard/hostingsvcs/bitbucket.py |
---|
reviewboard/hostingsvcs/github.py |
---|
reviewboard/hostingsvcs/service.py |
---|
reviewboard/hostingsvcs/tests.py |
---|
reviewboard/reviews/templatetags/reviewtags.py |
---|
reviewboard/reviews/ui/base.py |
---|
reviewboard/webapi/tests/base.py |
---|