Skip to content

Commit 6c5e3c8

Browse files
committed
Don't use deprecated django.utils json module. Use stdlib instead
1 parent 231033d commit 6c5e3c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- coding: utf-8 -*-
22
import os
3+
import json
34

45
from django.core.exceptions import ValidationError
56
from django.core.urlresolvers import reverse
67
from django.db import models
7-
from django.utils import simplejson as json
88
from django.conf import settings
99

1010
from codespeed.github import GITHUB_URL_RE

0 commit comments

Comments
 (0)