Explorar o código

Remove remaining occurrence of use_json_field

Matt Westcott hai 1 ano
pai
achega
f71ecd9a75
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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