Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch call from removed is_hidden method to hidden property #969

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

jeremy-engel
Copy link
Contributor

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.

`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.
@etianen etianen merged commit 6796b93 into etianen:master Jun 15, 2024
15 checks passed
@etianen
Copy link
Owner

etianen commented Jun 15, 2024

Thanks!

@woojing woojing mentioned this pull request Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants