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 51331bf commit 803c683Copy full SHA for 803c683
README.md
@@ -1,4 +1,4 @@
1
- # Django Administration JSON Editor
+# Django Administration JSON Editor
2
3
Application adds support for editing JSONField in Django Administration via https://github.com/jdorn/json-editor.
4
@@ -50,4 +50,4 @@ class JSONModelAdminForm(forms.ModelForm):
50
widgets = {
51
'data': JSONEditorWidget(DATA_SCHEMA, collapsed=False),
52
}
53
-```
+```
0 commit comments