-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sync_git crashes when importing snippet translations that are too long #426
Comments
Found the offender and pushed a shorter translation, sync_git now runs correctly. |
Thanks for reporting! Yep, it looks like it's hitting that max length constraint at the database level. Wagtail would normally run this validation for pages in |
kaedroho
added a commit
that referenced
this issue
Jun 29, 2021
kaedroho
added a commit
that referenced
this issue
Jul 2, 2021
kaedroho
added a commit
that referenced
this issue
Jul 2, 2021
kaedroho
added a commit
that referenced
this issue
Jul 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sync_git
crashes when importing a snippet translation that’s too longdjango.db.utils.DataError: value too long for type character varying(140)
Pretty sure the crash is due to this limit & me pushing a translation that’s going over
The text was updated successfully, but these errors were encountered: