Are these expected behaviour with versioning on? 1) If I do this:
myrecord.delete_record()
print(myrecord)
myrecord still has is_active=True.
2) If I edit a record with is_active=True in admin then the edit fails
silently. It is not possible in admin to change is_active back to True.

