You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're adding TranslatableMixin to a model with existing data Django will try to assign the same UUID to every value in the model causing an error like this.
Sorry, my initial message was unclear: I actually removed the model (by unapplying the migration and deleting it) directly before adding the mixin, so I think the BootstrapTranslatableMixin step should not be needed in this case, right?
Hi, first thank you for the work on this project
I tried to implement the base example for the form builder (provided there: https://docs.wagtail.io/en/latest/reference/contrib/forms/#usage) and I ran into the following issue:
Is there something that I missed? Also, I'm not 100% sure whether it concerns this project or the Wagtail project directly
The text was updated successfully, but these errors were encountered: