Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch call from removed is_hidden method to hidden property
`ForeignObjectRel.is_hidden()` was removed in django/django#17862 in favor of the `hidden` property of the same class. This change will be released in django 5.1. In previous versions of django, the `hidden` property called the `is_hidden()` method, so there should not be changes in behavior for older versions.
- Loading branch information