.delete() currently just takes a key/attribute name argument which means the actual value will be deleted before any custom delete function is called. It may be important to have that value available (e.g. backup?)
Alternatively ensure custom delete (and save) are called BEFORE delitem etc.
.delete() currently just takes a key/attribute name argument which means the actual value will be deleted before any custom delete function is called. It may be important to have that value available (e.g. backup?)
Alternatively ensure custom delete (and save) are called BEFORE delitem etc.