octavenz / wagtail-advanced-form-builder

Advanced form builder for Wagtail
BSD 3-Clause "New" or "Revised" License
19 stars 7 forks source link

wagtail >3 deprecation warnings handling #9

Closed patillacode closed 1 year ago

patillacode commented 1 year ago

This small PR should be enough to get rid of the deprecation warning:

wagtail_advanced_form_builder/models/abstract_advanced_form_mixin.py:212: RemovedInWagtail50Warning: wagtail.admin.edit_handlers.StreamFieldPanel is obsolete and should be replaced by wagtail.admin.panels.FieldPanel
Siburg commented 1 year ago

Nice. Thank you. @richie-blake I will add a task to include this in our next release.