Skip to content

Commit 364e2cc

Browse files
author
Hugo Geoffroy
committed
Use standard json library
1 parent c357158 commit 364e2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jqgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# POSSIBILITY OF SUCH DAMAGE.
2929

3030
import operator
31-
from django.core.serializers import json
31+
import json
3232
from django.db import models
3333
from django.core.exceptions import FieldError, ImproperlyConfigured
3434
from django.core.paginator import Paginator, InvalidPage

0 commit comments

Comments
 (0)