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 daebac7 commit 1e09c57Copy full SHA for 1e09c57
README.md
@@ -40,7 +40,7 @@ Add code in your model
40
```python
41
# models.py
42
from django.db import models
43
-from django_editorjs_fields import EditorJsJSONFiel # Django >= 3.1
+from django_editorjs_fields import EditorJsJSONField # Django >= 3.1
44
from django_editorjs_fields import EditorJsTextField
45
46
0 commit comments