We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3813dc commit c22783cCopy full SHA for c22783c
django_admin_json_editor/admin.py
@@ -1,10 +1,8 @@
1
-import copy
+import json
2
3
-import collections
4
from django import forms
5
from django.utils.safestring import mark_safe
6
from django.template.loader import render_to_string
7
-import json
8
9
10
class JSONEditorWidget(forms.Widget):
0 commit comments