From b4577c4b52b0dcf38ce315b93155ba2e3211e660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Jales?= Date: Mon, 6 Jul 2020 09:09:33 +0200 Subject: [PATCH] Fix the README.md to use the right field class Fixing the form usage documentation to refer to the right field class: SummernoteTextField. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9683ea8..72682c54 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ And for `ModelForm`, ```python class FormForSomeModel(forms.ModelForm): - foo = SummernoteFormField() + foo = SummernoteTextField() ``` THEMES