The proposed implementation modifies the models.py file, specifically the update method, to check the item field's content. This contribution prevents the update or patching process in case an empty payload has been provided.
It is included new unit tests to support code changes.
It fixes issue #9.
Description of the change
The proposed implementation modifies the models.py file, specifically the update method, to check the item field's content. This contribution prevents the update or patching process in case an empty payload has been provided.
It is included new unit tests to support code changes.