Remove remaining occurrence of use_json_field

pull/11175/head
Matt Westcott 2023-11-02 17:05:41 +00:00
rodzic 5f41356dbe
commit f71ecd9a75
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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