This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import warnings | |
from django.core.serializers.json import Serializer | |
from django.utils.encoding import smart_text, is_protected_type | |
from django.utils import six | |
from django.utils.html import escape | |
import json | |