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
Fix Python error when ManyToMany relations didn't exist.
This avoids storing an ugettext value in self.version.
It's value got parsed in `ids = [int(v) for v in self.value]`
causing an `int("F")` call that fails.
Instead, a sentinal value is introduced that can be recognized in the
code, yet output a meaningful message when it's shown to the user.
0 commit comments