Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(apis_metainfo): check for numeric id before listing related Uris
Some model instance don't have a primary key thats called `id` or don't have a numeric primary key. Use the `pk` attribute and check if its an integer before using it to filter Uris.
- Loading branch information