Change django.utils.simplejson to json. (djblets)

Review Request #4604 — Created Sept. 20, 2013 and submitted

Information

Djblets
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 Djblets and Review Board unit tests.

Description From Last Updated

'BasicAPIEncoder' imported but unused

reviewbotreviewbot
reviewbot
  1. This is a review from Review Bot.
    Tool: PEP8 Style Checker
    Processed Files:
    djblets/util/fields.py
    djblets/util/templatetags/djblets_js.py
    djblets/webapi/core.py
    djblets/siteconfig/management/commands/list-siteconfig.py
    Ignored Files:

  2. 
      
reviewbot
  1. This is a review from Review Bot.
    Tool: Pyflakes
    Processed Files:
    djblets/util/fields.py
    djblets/util/templatetags/djblets_js.py
    djblets/webapi/core.py
    djblets/siteconfig/management/commands/list-siteconfig.py
    Ignored Files:

  2. djblets/webapi/core.py (Diff revision 1)
     
     
    Show all issues

    'BasicAPIEncoder' imported but unused

  3. 
      
chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (992fedd).

Loading...