Improve database handling of model indices #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task
get_all()
implementation by relying on primary key index.get_all()
for finding all object IDs.This PR implements this issue
Issue Update
Fixed an issue in the calendar example where missing object fields caused errors. The problem was identified and corrected. After the fix, the tests ran successfully without any issues.
Changes