Skip to content

Commit 803c683

Browse files
authored
Update README.md
1 parent 51331bf commit 803c683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Django Administration JSON Editor
1+
# Django Administration JSON Editor
22

33
Application adds support for editing JSONField in Django Administration via https://github.com/jdorn/json-editor.
44

@@ -50,4 +50,4 @@ class JSONModelAdminForm(forms.ModelForm):
5050
widgets = {
5151
'data': JSONEditorWidget(DATA_SCHEMA, collapsed=False),
5252
}
53-
```
53+
```

0 commit comments

Comments
 (0)