From f71ecd9a753d3fd6d824e06bd58e2c20e2d5dcf6 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 2 Nov 2023 17:05:41 +0000 Subject: [PATCH] Remove remaining occurrence of use_json_field --- docs/topics/streamfield.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/streamfield.md b/docs/topics/streamfield.md index 179a57e535..736f1189e5 100644 --- a/docs/topics/streamfield.md +++ b/docs/topics/streamfield.md @@ -584,7 +584,7 @@ body = StreamField([ ('normal_text', blocks.RichTextBlock()), ('pull_quote', blocks.RichTextBlock(search_index=False)), ('footnotes', blocks.ListBlock(blocks.CharBlock(), search_index=False)), -], use_json_field=True) +]) ``` ## Custom validation