Browse Source

Remove remaining occurrence of use_json_field

Matt Westcott 1 năm trước cách đây
mục cha
commit
f71ecd9a75
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/topics/streamfield.md

+ 1 - 1
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