find_relations
Retrieve all outbound and inbound foreign key relations for any Django model, showing connections from this model to others and vice versa.
Instructions
Outbound (this model → others) and inbound (others → this) relations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |