Skip to content

Commit 08300c1

Browse files
authored
Update README.md
1 parent 9ac9d14 commit 08300c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class MyModel(models.Model):
127127
pass
128128
```
129129

130-
### JSON Editor Widget
130+
### JSON Editor Widget - Note: you have to install this dependency to use it [django-jsoneditor](https://pypi.org/project/django-jsoneditor/)
131131
The `JsonEditorWidget` class is used to render JSON fields with a user-friendly JSON editor:
132132

133133
```python

0 commit comments

Comments
 (0)