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 9ac9d14 commit 08300c1Copy full SHA for 08300c1
README.md
@@ -127,7 +127,7 @@ class MyModel(models.Model):
127
pass
128
```
129
130
-### JSON Editor Widget
+### JSON Editor Widget - Note: you have to install this dependency to use it [django-jsoneditor](https://pypi.org/project/django-jsoneditor/)
131
The `JsonEditorWidget` class is used to render JSON fields with a user-friendly JSON editor:
132
133
```python
0 commit comments