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 the EDTFField value is set on a model instance and the instance is subsequently re-saved with an empty natural_text_field value, the pre_save method fails because it tries to re-parse the existing EDTF field python value which is not a string.