See the ticket. On Thu, 4 Feb 2021 at 11:03, אורי <[email protected]> wrote:
> Is there any difference in the implementation between the two > *cached_property*? > אורי > [email protected] > > > On Thu, Feb 4, 2021 at 12:57 PM Carlton Gibson <[email protected]> > wrote: > >> functools.cached_property is available from Python 3.8. >> >> https://docs.python.org/3.9/library/functools.html#functools.cached_property >> >> Is there any benefit to maintaining our own version, or should we >> deprecate django.utils.functional.cached_property() with Django 4.0? >> >> Thanks. >> Carlton >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django developers (Contributions to Django itself)" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-developers/dff05f70-4204-487d-a918-d4918d9b3f0en%40googlegroups.com >> <https://groups.google.com/d/msgid/django-developers/dff05f70-4204-487d-a918-d4918d9b3f0en%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/CABD5YeGG5RbbQrk4wSkCZ7CN_8Rr6nSJO54sUOQHgs6DOP-RKg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-developers/CABD5YeGG5RbbQrk4wSkCZ7CN_8Rr6nSJO54sUOQHgs6DOP-RKg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Adam -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAMyDDM2_TOL679mOPTjBvfSd0wxPt46O0gqOOV97D7hvOuWYSg%40mail.gmail.com.
