Skip to content
New issue

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

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

Already on GitHub? # to your account

Treat django.utils.functional.cached_property like functools.cached_property #333

Closed
allanlewis opened this issue Aug 25, 2021 · 0 comments

Comments

@allanlewis
Copy link

pylint-dev/pylint#4594 taught Pylint to consider functions decorated with functools.cached_property like properties so that invalid-overridden-method isn't reported for them if they override abstract properties. Would it be possible for pylint-django to do the same for django.utils.functional.cached_property for those of us using Python versions before 3.8, when cached_property was added to functools?

@allanlewis allanlewis closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant