Skip to content

Commit

Permalink
fix streamfield json
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa committed Jul 16, 2024
1 parent 83644eb commit a5f6612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lemarche/cms/migrations/0012_faqpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class Migration(migrations.Migration):
)
],
blank=True,
use_json_field=True,
),
),
],
Expand Down
1 change: 1 addition & 0 deletions lemarche/cms/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ class FAQPage(Page):
("faq_group", blocks.FAQGroupBlock()),
],
blank=True,
use_json_field=True,
)

content_panels = Page.content_panels + [
Expand Down

0 comments on commit a5f6612

Please sign in to comment.