This issue relates to #521
I still encounter the same error mentioned in #521 in Wagtail 7.3 and Django 5.2.12. After going back to Wagtail 7.2 it went away.
The release documentation of Wagtail 7.3 states a refactoring of the validation logic in the generic CreateView and EditView, which also affects the snippet EditView that is used here
https://docs.wagtail.org/en/stable/releases/7.3.html#refactored-validation-logic-for-generic-model-createview-and-editview
I have not dived deeper yet into the changes in Wagtail 7.3, but I believe that Wagtail 7.3 is the cause for the error and not Django 6.2 as it was handled in the fix in #521
This issue relates to #521
I still encounter the same error mentioned in #521 in Wagtail 7.3 and Django 5.2.12. After going back to Wagtail 7.2 it went away.
The release documentation of Wagtail 7.3 states a refactoring of the validation logic in the generic CreateView and EditView, which also affects the snippet EditView that is used here
https://docs.wagtail.org/en/stable/releases/7.3.html#refactored-validation-logic-for-generic-model-createview-and-editview
I have not dived deeper yet into the changes in Wagtail 7.3, but I believe that Wagtail 7.3 is the cause for the error and not Django 6.2 as it was handled in the fix in #521