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

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

Open
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?

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

No branches or pull requests

1 participant