Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent api calls when printing bound models (#305)
On large objects such as servers, we might generate more than 10 api calls just to print a single server object. This is because the `__repr__` method will recursively generate the `__repr__` for each bound model property and will trigger a `reload` on incomplete models to gather the information from the API.
- Loading branch information