Comment 2 for bug 674521

Revision history for this message
Timour Katchaounov (timour) wrote :

This bug fails the same kind of assertion as in LP BUG #676411.
The only difference is the type of the field, which results in calling
the store() method for a different type of Field object. Here it is
Field_long, while in bug #676411 it is Field_varstring.
The same problem should be reproducible for the store() method
of all other Field subclasses.