Skip to content Skip to sidebar Skip to footer
Showing posts with the label Wagtail

Adding Additional Information Into Each Form Field

I am using Django/Wagtail and the wagtailstreamforms package to build forms. Unfortunately you cann… Read more Adding Additional Information Into Each Form Field

Extending Wagtail Streamfields In An Inherited Class

I have a abstract class that have ha StreamField in it. I also have a class CustomPage that inherit… Read more Extending Wagtail Streamfields In An Inherited Class

Get Parent Page On Creating New Wagtail Page

I need to change some field default value given a value from the parent page when creating a new pa… Read more Get Parent Page On Creating New Wagtail Page

Wagtail Modeltranslation Language Switcher Doesn't Work On /search Page

I have added search url to i18n_patterns, but the language switcher doesn't work on that page. … Read more Wagtail Modeltranslation Language Switcher Doesn't Work On /search Page

Extending Wagtail Streamfields In An Inherited Class

I have a abstract class that have ha StreamField in it. I also have a class CustomPage that inherit… Read more Extending Wagtail Streamfields In An Inherited Class