-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR does two major things: - Allow object/model retrieval using `api_url` (was done with the direct request, now forced through the APIs) - Fix resulting deprecation warnings on key access (i.e. `object["pk"]` It also makes the recurse_call wrapper more robust by outputting the error (`raise from e`) and allowing for retries when `ObjectNotFound` is thrown.
- Loading branch information
1 parent
8da138a
commit b063078
Showing
5 changed files
with
209 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.